Skip to content

Commit

Permalink
chore: prevent package preinstall from affecting users
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenleep committed Jun 9, 2024
1 parent d625d48 commit 31c5e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"commonjs": "lib/index.cjs.js",
"types": "lib/index.d.ts",
"scripts": {
"preinstall": "npx only-allow pnpm && cp .npmrc.bak .npmrc",
"pre:run": "npx only-allow pnpm && cp .npmrc.bak .npmrc",
"build:lib": "rollup -c",
"build": "rollup -c",
"jest": "jest",
Expand Down

0 comments on commit 31c5e0a

Please sign in to comment.