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

@@ -9,7 +9,8 @@
},
"scripts": {
"build": "tsc",
"release": "yarn build && npm publish"
"release": "pnpm build && npm publish",
"prepare": "pnpm build"
},
"license": "MIT",
"repository": "https://github.com/youzan/vant"