Skip to content

Commit

Permalink
fix: remove pnpm limitation in preinstall to support npm@6
Browse files Browse the repository at this point in the history
fix #123
  • Loading branch information
qmhc committed Oct 6, 2022
1 parent 39569ee commit d7167b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -94,7 +94,6 @@
"postinstall": "is-ci || husky install",
"postpublish": "pinst --enable",
"precommit": "lint-staged -c ./.husky/.lintstagedrc -q",
"preinstall": "npx only-allow pnpm",
"prepublishOnly": "pinst --disable",
"prettier": "pretty-quick --staged",
"release": "tsx scripts/release.ts",
Expand Down

0 comments on commit d7167b8

Please sign in to comment.