From df32d03c82ee15fc7a56ee24093f1d73652b079f Mon Sep 17 00:00:00 2001 From: Ahmed Sami Date: Mon, 3 Mar 2025 14:48:32 +0100 Subject: [PATCH] Add `-s first` flag to `concurrently` such that Cypress's return value is used --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f40ed9..1bf616a 100644 --- a/package.json +++ b/package.json @@ -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": [