chore: update configs for cli

This commit is contained in:
陈嘉涵 2019-12-05 19:47:37 +08:00
parent 344c40c3d1
commit 2892fe1c05
3 changed files with 649 additions and 653 deletions

View File

@ -17,11 +17,12 @@
"dev": "vant-cli dev", "dev": "vant-cli dev",
"lint": "vant-cli lint", "lint": "vant-cli lint",
"test": "vant-cli test", "test": "vant-cli test",
"test:watch": "vant-cli test --watch", "build": "vant-cli build",
"test:coverage": "open test/coverage/index.html",
"changelog": "vant-cli changelog ./docs/changelog.generated.md",
"release": "vant-cli release", "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": { "husky": {
"hooks": { "hooks": {

View File

@ -8,10 +8,3 @@
@import './clearfix'; @import './clearfix';
@import './hairline'; @import './hairline';
@import './animation'; @import './animation';
@import '../info/index';
@import '../icon/index';
@import '../loading/index';
@import '../button/index';
@import '../cell/index';
@import '../cell-group/index';
@import '../overlay/index';

File diff suppressed because it is too large Load Diff