Skip to content

Commit

Permalink
Fix to npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfisher committed Jan 17, 2017
1 parent cc40d53 commit 82091ab
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 @@ -8,7 +8,7 @@
},
"scripts": {
"test": "IS_TEST_MODE=true grunt test",
"test-cover": "istanbul cover ./node_modules/.bin/nodeunit test/*",
"test-cover": "IS_TEST_MODE=true istanbul cover ./node_modules/.bin/nodeunit test/*",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"repository": {
Expand Down

0 comments on commit 82091ab

Please sign in to comment.