Skip to content

Commit

Permalink
Add -s first flag to concurrently such that Cypress's return valu…
Browse files Browse the repository at this point in the history
…e is used
  • Loading branch information
tautastic committed Mar 3, 2025
1 parent 7cc82bd commit df32d03
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 @@ -95,7 +95,7 @@
"production": "cross-env NODE_ENV=production node relay/index.mjs",
"translate": "npx i18next-scanner --config client/i18next-scanner.config.cjs",
"test:bare": "wait-on --resources \"http://localhost:8080\" \"http://localhost:3000\" && cypress run",
"test": "concurrently -k -n server,client,cypress -c blue,green,cyan \"npm run start:server\" \"npm run start:client\" \"npm run test:bare\""
"test": "concurrently -k -s first -n server,client,cypress -c blue,green,cyan \"npm run start:server\" \"npm run start:client\" \"npm run test:bare\""
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit df32d03

Please sign in to comment.