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
+8 -3
View File
@@ -13,8 +13,9 @@
"clean": "rm -rf ./dist",
"build:lib": "node ./scripts/build.js",
"build:types": "tsc -p ./tsconfig.json --emitDeclarationOnly",
"build": "yarn build:lib && yarn build:types",
"release": "yarn build && release-it"
"build": "pnpm build:lib && pnpm build:types",
"release": "pnpm build && release-it",
"prepare": "pnpm build"
},
"publishConfig": {
"access": "public",
@@ -24,8 +25,12 @@
"repository": "https://github.com/youzan/vant/tree/dev/packages/vant-use",
"devDependencies": {
"@babel/core": "^7.12.9",
"@vant/cli": "workspace:*",
"fast-glob": "^3.2.7",
"fs-extra": "^10.0.0",
"release-it": "^14.0.2",
"typescript": "^4.0.2"
"typescript": "^4.0.2",
"vue": "^3.2.20"
},
"release-it": {
"git": {