mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
chore: hoist @vant/cli to root
This commit is contained in:
parent
6eec7f3c2f
commit
032737ba06
@ -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
|
||||||
|
@ -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
|
||||||
|
12
package.json
12
package.json
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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": {
|
||||||
|
@ -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
Loading…
x
Reference in New Issue
Block a user