chore: hoist @vant/cli to root

This commit is contained in:
chenjiahan 2021-09-07 14:41:45 +08:00
parent 6eec7f3c2f
commit 032737ba06
7 changed files with 9417 additions and 9867 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
. "$(dirname "$0")/_/husky.sh" . "$(dirname "$0")/_/husky.sh"
cd packages/vant && npx --no-install vant-cli commit-lint ../../$1 npx --no-install vant-cli commit-lint $1

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
. "$(dirname "$0")/_/husky.sh" . "$(dirname "$0")/_/husky.sh"
cd packages/vant && npx --no-install lint-staged npx --no-install lint-staged

View File

@ -8,9 +8,15 @@
"build": "cd packages/vant && yarn build", "build": "cd packages/vant && yarn build",
"build:site": "cd packages/vant && yarn build:site" "build:site": "cd packages/vant && yarn build:site"
}, },
"lint-staged": {
"*.md": "prettier --write",
"*.{ts,tsx,js,vue,less}": "prettier --write",
"*.{ts,tsx,js,vue}": "eslint --fix",
"*.{vue,css,less}": "stylelint --fix"
},
"devDependencies": { "devDependencies": {
"@vue/compiler-sfc": "^3.2.6", "@vant/cli": "^4.0.0-beta.1",
"vue": "^3.2.6", "@vue/compiler-sfc": "3.2.8",
"husky": "^7.0.0" "vue": "3.2.8"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@vant/cli", "name": "@vant/cli",
"version": "4.0.0-beta.1", "version": "4.0.0-beta.3",
"main": "lib/index.js", "main": "lib/index.js",
"typings": "lib/index.d.ts", "typings": "lib/index.d.ts",
"bin": { "bin": {

View File

@ -25,12 +25,6 @@
"test:watch": "vant-cli test --watch", "test:watch": "vant-cli test --watch",
"test:coverage": "open test/coverage/index.html" "test:coverage": "open test/coverage/index.html"
}, },
"lint-staged": {
"*.md": "prettier --write",
"*.{ts,tsx,js,vue,less}": "prettier --write",
"*.{ts,tsx,js,vue}": "eslint --fix",
"*.{vue,css,less}": "stylelint --fix"
},
"npm": { "npm": {
"tag": "next" "tag": "next"
}, },
@ -59,7 +53,6 @@
"vue": "^3.0.0" "vue": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {
"@vant/cli": "^4.0.0-beta.1",
"@vant/area-data": "^1.1.1" "@vant/area-data": "^1.1.1"
}, },
"sideEffects": [ "sideEffects": [

File diff suppressed because it is too large Load Diff

9477
yarn.lock

File diff suppressed because it is too large Load Diff