mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore: update configs for cli
This commit is contained in:
parent
344c40c3d1
commit
2892fe1c05
@ -17,11 +17,12 @@
|
||||
"dev": "vant-cli dev",
|
||||
"lint": "vant-cli lint",
|
||||
"test": "vant-cli test",
|
||||
"test:watch": "vant-cli test --watch",
|
||||
"test:coverage": "open test/coverage/index.html",
|
||||
"changelog": "vant-cli changelog ./docs/changelog.generated.md",
|
||||
"build": "vant-cli build",
|
||||
"release": "vant-cli release",
|
||||
"release:site": "sh build/release-site.sh"
|
||||
"test:watch": "vant-cli test --watch",
|
||||
"release:site": "sh build/release-site.sh",
|
||||
"test:coverage": "open test/coverage/index.html",
|
||||
"changelog": "vant-cli changelog ./docs/changelog.generated.md"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
@ -8,10 +8,3 @@
|
||||
@import './clearfix';
|
||||
@import './hairline';
|
||||
@import './animation';
|
||||
@import '../info/index';
|
||||
@import '../icon/index';
|
||||
@import '../loading/index';
|
||||
@import '../button/index';
|
||||
@import '../cell/index';
|
||||
@import '../cell-group/index';
|
||||
@import '../overlay/index';
|
||||
|
1286
vant.config.js
1286
vant.config.js
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user