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
+3 -1
View File
@@ -8,7 +8,9 @@
},
"scripts": {
"dev": "tsc --watch",
"release": "tsc & release-it"
"build": "tsc",
"release": "pnpm build & release-it",
"prepare": "pnpm build"
},
"repository": {
"type": "git",