Skip to content

Commit

Permalink
chore: update pnpm verification script
Browse files Browse the repository at this point in the history
  • Loading branch information
qytayh authored and sxzz committed Jun 12, 2023
1 parent 1f83020 commit 14064b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"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",
"build-ssr-esm": "node scripts/build.js compiler-sfc server-renderer -f esm-browser",
"build-sfc-playground-self": "cd packages/sfc-playground && npm run build",
"preinstall": "node ./scripts/preinstall.js",
"preinstall": "npx only-allow pnpm",
"postinstall": "simple-git-hooks"
},
"simple-git-hooks": {
Expand Down
8 changes: 0 additions & 8 deletions scripts/preinstall.js

This file was deleted.

0 comments on commit 14064b1

Please sign in to comment.