File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 8
8
- " 4"
9
9
- " 0.12"
10
10
after_success :
11
- - cat ./test/unit/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
11
+ - npm run coverall
Original file line number Diff line number Diff line change 9
9
"build" : " webpack --config webpack.build.config.js" ,
10
10
"dev" : " webpack-dev-server --config webpack.dev.config.js --inline --hot --content-base dev/" ,
11
11
"lint" : " eslint --ext=.js,.vue src" ,
12
- "coverall" : " npm run test && cat ./test/unit/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" ,
12
+ "coverall" : " cat ./test/unit/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" ,
13
+ "coverage" : " npm run test && npm run coverall" ,
13
14
"changelog" : " conventional-changelog -i CHANGELOG.md -s" ,
14
15
"docs" : " cd docs && gitbook serve" ,
15
16
"unit" : " karma start test/unit/karma.conf.js" ,
You can’t perform that action at this time.
0 commit comments