Skip to content

Commit

Permalink
Fix coveralls npm script command
Browse files Browse the repository at this point in the history
  • Loading branch information
rudijs committed Jul 31, 2015
1 parent da5cd83 commit f2cc332
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 @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Use: gulp test\" && exit 1",
"coveralls": "NODE_ENV=test node --harmony node_modules/istanbul-harmony/lib/cli.js cover node_modules/mocha/bin/_mocha --root lib/ --dir test/coverage -- -u exports -R spec && cat ./test/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
"coveralls": "NODE_ENV=test node --harmony node_modules/istanbul-harmony/lib/cli.js cover node_modules/mocha/bin/_mocha --dir test/coverage -- -u exports -R spec lib/*.spec.js && cat ./test/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f2cc332

Please sign in to comment.