Skip to content

Commit

Permalink
fail if error
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Hermann committed Jun 1, 2015
1 parent 1a39fc1 commit b1d1e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"mocha": "mocha --compilers js:babel/register --ui qunit ./tests",
"compile": "cd ./module; babel --loose=all ./*.js --out-dir ../",
"clean": "rm *.js",
"coverage": "npm run compile; npm run istanbul; npm run clean",
"coverage": "npm run compile && npm run istanbul && npm run clean",
"coveralls": "npm run compile && npm run istanbul && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && npm run clean",
"test": "npm run coverage",
"prepublish": "npm test; npm run compile"
Expand Down

0 comments on commit b1d1e86

Please sign in to comment.