File tree Expand file tree Collapse file tree 2 files changed +237
-13
lines changed Expand file tree Collapse file tree 2 files changed +237
-13
lines changed Original file line number Diff line number Diff line change 16
16
"eslint-plugin-vue-libs" : " ^3.0.0" ,
17
17
"git-commit-message-convention" : " git://github.com/kazupon/git-commit-message-convention.git" ,
18
18
"mocha" : " ^6.0.2" ,
19
+ "nyc" : " ^13.3.0" ,
20
+ "opener" : " ^1.5.1" ,
21
+ "rimraf" : " ^2.6.3" ,
19
22
"vue-eslint-parser" : " ^6.0.3" ,
20
23
"vuepress" : " ^1.0.0-alpha.39"
21
24
},
48
51
"lint" : " eslint . --ignore-pattern \" !.*\" " ,
49
52
"release" : " conventional-github-releaser -n ./node_modules/git-commit-message-convention/convention.js" ,
50
53
"generate" : " node scripts/update.js" ,
54
+ "clean" : " rimraf .nyc_output coverage docs/.vuepress/dist" ,
51
55
"docs" : " vuepress dev docs" ,
52
56
"docs:build" : " vuepress build docs" ,
53
- "test" : " mocha ./tests/**/*.js"
57
+ "test" : " mocha ./tests/**/*.js" ,
58
+ "test:coverage" : " nyc mocha ./tests/**/*.js" ,
59
+ "coverage" : " nyc report --reporter lcov && opener coverage/lcov-report/index.html"
54
60
},
55
61
"dependencies" : {
56
62
"glob" : " ^7.1.3"
You can’t perform that action at this time.
0 commit comments