File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 77 "scripts" : {
88 "dev" : " node build/dev-server.js" ,
99 "start" : " node build/dev-server.js" ,
10- "build" : " rm -rf dist && node build/build.js" {{#unit }},
10+ "build" : " rimraf dist && node build/build.js" {{#unit }},
1111 "unit" : " cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run" {{/unit }}{{#e2e }},
1212 "e2e" : " node test/e2e/runner.js" {{/e2e }}{{#if_or unit e2e }},
1313 "test" : " {{#unit}}npm run unit{{/unit}}{{#unit}}{{#e2e}} && {{/e2e}}{{/unit}}{{#e2e}}npm run e2e{{/e2e}}" {{/if_or }}{{#lint }},
2424 "portfinder" : " ^1.0.13" ,
2525 "postcss-mpvue-wxss" : " ^1.0.0" ,
2626 "px2rpx-loader" : " ^0.1.8" ,
27+ "rimraf" : " ^2.6.2" ,
2728 "babel-core" : " ^6.22.1" ,
2829 "glob" : " ^7.1.2" ,
2930 "webpack-mpvue-asset-plugin" : " ^0.0.1" ,
You can’t perform that action at this time.
0 commit comments