File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 18
18
"postrelease" : " npm publish && git push --follow-tags" ,
19
19
"pretest" : " standard" ,
20
20
"release" : " standard-version -s" ,
21
- "test" : " cross-env CACACHE_UPDATE_LOCALE_FILES=true nyc --all -- tap -J test/*.js" ,
21
+ "test" : " cross-env CACACHE_UPDATE_LOCALE_FILES=true tap --coverage --nyc-arg=--all -J test/*.js" ,
22
22
"test-docker" : " docker run -it --rm --name pacotest -v \" $PWD\" :/tmp -w /tmp node:latest npm test" ,
23
23
"update-coc" : " weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'" ,
24
24
"update-contrib" : " weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
76
76
"benchmark" : " ^2.1.4" ,
77
77
"chalk" : " ^2.3.2" ,
78
78
"cross-env" : " ^5.1.4" ,
79
- "nyc" : " ^11.6.0" ,
80
79
"require-inject" : " ^1.4.2" ,
81
80
"safe-buffer" : " ^5.1.1" ,
82
81
"standard" : " ^11.0.1" ,
You can’t perform that action at this time.
0 commit comments