Skip to content

Commit 8a6d8fc

Browse files
authored
chore: update pnpm verification script (#7174)
1 parent 595d202 commit 8a6d8fc

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"build-runtime-esm": "node scripts/build.js runtime reactivity shared -af esm-bundler && node scripts/build.js vue -f esm-bundler-runtime && node scripts/build.js vue -f esm-browser-runtime",
3636
"build-ssr-esm": "node scripts/build.js compiler-sfc server-renderer -f esm-browser",
3737
"build-sfc-playground-self": "cd packages/sfc-playground && npm run build",
38-
"preinstall": "node ./scripts/preinstall.js",
38+
"preinstall": "npx only-allow pnpm",
3939
"postinstall": "simple-git-hooks"
4040
},
4141
"simple-git-hooks": {

scripts/preinstall.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)