File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1818 "postrelease" : " npm publish && git push --follow-tags" ,
1919 "pretest" : " standard" ,
2020 "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" ,
2222 "test-docker" : " docker run -it --rm --name pacotest -v \" $PWD\" :/tmp -w /tmp node:latest npm test" ,
2323 "update-coc" : " weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'" ,
2424 "update-contrib" : " weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
7676 "benchmark" : " ^2.1.4" ,
7777 "chalk" : " ^2.3.2" ,
7878 "cross-env" : " ^5.1.4" ,
79- "nyc" : " ^11.6.0" ,
8079 "require-inject" : " ^1.4.2" ,
8180 "safe-buffer" : " ^5.1.1" ,
8281 "standard" : " ^11.0.1" ,
You can’t perform that action at this time.
0 commit comments