Skip to content

Commit

Permalink
Bail on bail
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Sep 9, 2019
1 parent a5bfe08 commit 7b6ed2c
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 @@ -44,7 +44,7 @@
"license": "MIT",
"scripts": {
"clean": "rm -rf ./.nyc_output ./node_modules/.cache ./coverage",
"mocha": "nyc mocha --bail",
"mocha": "nyc mocha",
"mocha-only": "mocha",
"test": "npm run lint && npm run mocha",
"lint": "eslint --ext .js,.jsx .",
Expand Down

0 comments on commit 7b6ed2c

Please sign in to comment.