Skip to content

Commit

Permalink
Add kill-others-on-fail to match original behaviour of npm-run-all
Browse files Browse the repository at this point in the history
  • Loading branch information
amk221 committed Jan 27, 2023
1 parent 221a8e8 commit 566d4b1
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 @@ -17,7 +17,7 @@
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "ember serve",
"test": "concurrently \"npm:lint\" \"npm:test:ember\" --names \"lint,test:\"",
"test": "concurrently --kill-others-on-fail \"npm:lint\" \"npm:test:ember\" --names \"lint,test:\"",
"test:ember": "ember test",
"test:ember-compatibility": "ember try:each",
"prettier": "prettier . --write",
Expand Down

0 comments on commit 566d4b1

Please sign in to comment.