Skip to content

Commit

Permalink
sucess last
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Sep 8, 2024
1 parent 5907177 commit 397e8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"format": "prettier --write \"{src,tests}/**/**\"",
"check-format": "prettier --check \"{src,tests}/**/**\"",
"start-hypha-server": "python -m hypha.server --port 9394",
"test": "concurrently --kill-others --signal SIGINT \"npm run start-hypha-server\" \"sleep 5 && karma start --single-run --browsers ChromeHeadless,FirefoxHeadless karma.conf.js\"",
"test": "concurrently --kill-others --success last \"npm run start-hypha-server\" \"sleep 5 && karma start --single-run --browsers ChromeHeadless,FirefoxHeadless karma.conf.js\"",
"test-watch": "concurrently --kill-others \"npm run start-hypha-server\" \"sleep 5 && karma start --auto-watch --browsers ChromeDebugging karma.conf.js --debug\""
},
"repository": {
Expand Down

0 comments on commit 397e8e8

Please sign in to comment.