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 committed Nov 18, 2022
1 parent f3e4f03 commit d56e612
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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"
},
"types": "test-dts/index.d.ts",
Expand Down
7 changes: 0 additions & 7 deletions scripts/preinstall.js

This file was deleted.

0 comments on commit d56e612

Please sign in to comment.