Skip to content

Commit

Permalink
build: 限制包管理器为 pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Jul 10, 2023
1 parent bdf6a03 commit 10c03f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"dev:open": "vite --open",
"preview": "vite preview",
"coverage": "vitest --coverage",
"preinstall": "npx only-allow pnpm",
"typecheck": "npx vue-tsc --noEmit",
"preview:host": "vite preview --host",
"preview:open": "vite preview --open",
Expand Down

0 comments on commit 10c03f8

Please sign in to comment.