From 6ede9f8cf802a3c883f749c60b1929b2b6f1f3fa Mon Sep 17 00:00:00 2001 From: Luis Ball Date: Mon, 8 May 2023 15:45:32 -0700 Subject: [PATCH] ci: avoid failure on sigterm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43bba12e..140f6446 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "serve": "vite preview", "test": "run-s test:unit test:e2e", "test:unit": "vitest", - "test:e2e": "concurrently --n \"vite,cypress\" --p \"[{name}]\" -c \"green,yellow\" \"yarn dev\" \"npx cypress run --browser chrome\" -k", + "test:e2e": "concurrently --n \"vite,cypress\" --p \"[{name}]\" -c \"green,yellow\" \"yarn dev\" \"npx cypress run --browser chrome\" --kill-others --success first", "lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src", "lint:ci": "eslint --no-fix --max-warnings 0", "prepare": "run-s build",