File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ node_modules/
22coverage /
33test /fixtures /** /dir
44.nyc_output /
5- .coveralls.yml
5+ .coveralls.yml
6+ * .log
Original file line number Diff line number Diff line change 99 "scripts" : {
1010 "test" : " mocha --timeout 10000 test/*.test.js" ,
1111 "watch:test" : " mocha --timeout 10000 --watch test/*.test.js" ,
12- "test:cover" : " nyc npm run test" ,
12+ "test:cover" : " nyc npm test" ,
1313 "report-coverage" : " nyc report --reporter=text-lcov | coveralls" ,
14- "precommit" : " npm run test:cover"
14+ "prepush" : " npm run test:cover" ,
15+ "release" : " npm run test:cover && git tag $npm_package_version && git commit -am $npm_package_version && git push && git push --tags && npm publish"
1516 },
1617 "keywords" : [
1718 " webpack" ,
You can’t perform that action at this time.
0 commit comments