Skip to content

Commit

Permalink
fix(.): fix pnpm again because it stopped working?
Browse files Browse the repository at this point in the history
  • Loading branch information
EliLichtblau committed Apr 17, 2024
1 parent ee392c7 commit 310edf7
Show file tree
Hide file tree
Showing 2 changed files with 8,028 additions and 6,199 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"version": "0.0.0",
"engines": {
"pnpm": "^7.0.0",
"pnpm": "*",
"yarn": "forbidden, use pnpm",
"npm": "forbidden, use pnpm"
},
Expand All @@ -25,7 +25,6 @@
}
}
},
"packageManager": "pnpm@7.0.0",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "pnpm -r --filter=./packages/** --parallel run dev",
Expand Down

0 comments on commit 310edf7

Please sign in to comment.