chore: move to pnpm (#9817)

This commit is contained in:
neverland
2021-11-06 15:39:10 +08:00
committed by GitHub
parent 6e3ba5af63
commit 06d7f3fefa
29 changed files with 13162 additions and 20362 deletions

View File

@@ -16,7 +16,8 @@
"scripts": {
"dev": "tsc --watch",
"build": "tsc",
"release": "npm run build && npm publish"
"release": "pnpm build && npm publish",
"prepare": "pnpm build"
},
"dependencies": {
"fast-glob": "^3.2.2",