Skip to content

Commit

Permalink
Better npm script chain
Browse files Browse the repository at this point in the history
  • Loading branch information
131 committed Oct 7, 2016
1 parent 26a2859 commit 310bed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"test": "test"
},
"scripts": {
"test": "node node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha",
"coveralls": "npm install coveralls && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info && rm -rf ./coverage"
"test": "node node_modules/istanbul/lib/cli.js cover --report text-summary --report html --report lcov node_modules/mocha/bin/_mocha",
"coveralls": "npm install coveralls && node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 310bed5

Please sign in to comment.