File tree Expand file tree Collapse file tree 2 files changed +238
-470
lines changed Expand file tree Collapse file tree 2 files changed +238
-470
lines changed Original file line number Diff line number Diff line change 18
18
"babel-eslint" : " ^8.2.5" ,
19
19
"conventional-changelog-cli" : " ^1.2.0" ,
20
20
"conventional-github-releaser" : " ^1.1.3" ,
21
- "cross-env" : " ^5.0.5" ,
22
21
"eslint" : " ^4.19.1" ,
23
22
"eslint-plugin-vue" : " ^4.7.1" ,
24
23
"git-commit-message-convention" : " git://github.com/kazupon/git-commit-message-convention.git" ,
25
24
"jest" : " ^23.4.1" ,
26
25
"jest-serializer-vue" : " ^2.0.2" ,
27
- "nyc" : " ^10.2.0" ,
28
26
"vue" : " ^2.4.2" ,
29
27
"vue-i18n" : " ^8.0.0" ,
30
28
"vue-jest" : " ^2.6.0" ,
68
66
"scripts" : {
69
67
"changelog" : " conventional-changelog -i CHANGELOG.md -s -n ./node_modules/git-commit-message-convention/convention.js" ,
70
68
"clean" : " rm -rf ./coverage" ,
71
- "coverage" : " ./node_modules/.bin/nyc report --reporter=text-lcov > coverage.lcov" ,
72
69
"lint" : " eslint --fix --ext .js,.vue ./src" ,
73
70
"release" : " conventional-github-releaser -n ./node_modules/git-commit-message-convention/convention.js" ,
74
71
"test" : " npm run lint && npm run test:cover" ,
75
- "test:cover" : " cross-env BABEL_ENV=test ./node_modules/.bin/nyc report --reporter=html ava " ,
72
+ "test:cover" : " jest --coverage " ,
76
73
"test:unit" : " jest"
77
74
}
78
75
}
You can’t perform that action at this time.
0 commit comments