We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--bail
1 parent fb7653b commit 01a7d26Copy full SHA for 01a7d26
handwritten/nodejs-logging-bunyan/package.json
@@ -58,7 +58,7 @@
58
"prettier": "repo-tools exec -- prettier --write src/*.js src/*/*.js samples/*.js samples/*/*.js test/*.js test/*/*.js system-test/*.js system-test/*/*.js",
59
"presystem-test": "npm run compile",
60
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
61
- "system-test": "repo-tools test run --cmd mocha -- build/system-test/*.js --timeout 600000 --bail",
+ "system-test": "repo-tools test run --cmd mocha -- build/system-test/*.js --timeout 600000",
62
"test": "repo-tools test run --cmd mocha -- build/test/*.js",
63
"check": "gts check",
64
"clean": "gts clean",
0 commit comments