Skip to content
This repository has been archived by the owner on Jan 31, 2021. It is now read-only.

Commit

Permalink
Simplify coveralls script
Browse files Browse the repository at this point in the history
  • Loading branch information
ash2k committed Nov 12, 2015
1 parent 3e35a9b commit 18fcf3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"lint": "jshint --exclude-path=.gitignore .",
"test": "npm run lint && npm run spec",
"coverage": "istanbul cover _mocha",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls"
"precoveralls": "npm run coverage",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 18fcf3b

Please sign in to comment.