Skip to content

Commit

Permalink
Adjust coverage scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrekalo committed Mar 7, 2017
1 parent 4a9a948 commit 7e3081e
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 @@ -13,7 +13,7 @@
"build": "grunt build",
"watch:test": "node ./node_modules/karma/bin/karma start --browsers PhantomJS",
"test": "node ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS",
"coveralls": "cat ./coverage/lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"bump:patch": "grunt bump:patch",
"bump:minor": "grunt bump:minor",
"bump:major": "grunt bump:major"
Expand Down

0 comments on commit 7e3081e

Please sign in to comment.