Skip to content

Commit

Permalink
setup: force contributors to use pnpm
Browse files Browse the repository at this point in the history
not always 100% reliable as can be seen here (still of some value):
pnpm/only-allow#11
https://github.com/pnpm/pnpm.github.io/issues/334
  • Loading branch information
pkerschbaum committed Dec 25, 2022
1 parent 571fa46 commit 07059d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "pkerschbaum-homepage",
"private": true,
"scripts": {
"preinstall": "npx -y --prefer-online only-allow pnpm",
"prepare": "husky install",
"w:nuke": "nx run-many --target=pkg:nuke --all --parallel && pnpm run w:nuke:node-modules",
"w:nuke:artifacts": "nx run-many --target=pkg:nuke:artifacts --all --parallel",
Expand Down

0 comments on commit 07059d4

Please sign in to comment.