Skip to content

Commit

Permalink
chore(scripts): refactor coveralls scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Starkov committed Mar 28, 2015
1 parent 487bc90 commit 87ccda1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"description": "Replace three periods with an ellipsis character",
"main": "index.es5.js",
"scripts": {
"precoveralls": "istanbul cover _mocha -- --require babel/register",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"coverage": "istanbul cover _mocha -- --require babel/register",
"precoveralls": "npm run coverage",
"coveralls": "coveralls < coverage/lcov.info",
"pretest": "jscs --esnext -p airbnb index.js",
"test": "mocha --require babel/register",
"precommit": "npm test",
Expand Down

0 comments on commit 87ccda1

Please sign in to comment.