Skip to content

Commit

Permalink
Run coverage during npm test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed May 19, 2016
1 parent b79c3a9 commit e8c1935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"karma": "karma start",
"mocha": "mocha -t 20000 -R dot -r babel-polyfill mocha.start.js",
"cover": "nyc --require babel-polyfill --cache mocha -t 20000 -R dot mocha.start.js && nyc report --reporter=html",
"test": "npm run build && npm run karma && npm run mocha",
"test": "npm run build && npm run karma && npm run cover",
"release": "npm test && npm run doc && repo-tools updates && repo-tools changelog && repo-tools authors"
},
"peerDependencies": {
Expand Down

0 comments on commit e8c1935

Please sign in to comment.