Skip to content

Commit

Permalink
fix: revert the change in the pre-install hook
Browse files Browse the repository at this point in the history
do not force using pnpm

re bubkoo#365
  • Loading branch information
bubkoo authored and istaiti committed Feb 7, 2023
1 parent ce53994 commit d4d63af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"svg"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"lint": "eslint 'src/**/*.{js,ts}?(x)' --fix",
"clean": "rimraf dist es lib",
"build:esm": "tsc --module esnext --target es2017 --outDir ./es",
Expand Down

0 comments on commit d4d63af

Please sign in to comment.