Skip to content

Commit

Permalink
ci: avoid failure on sigterm
Browse files Browse the repository at this point in the history
  • Loading branch information
luqven committed May 8, 2023
1 parent 47aa3e9 commit 6ede9f8
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 @@ -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",
Expand Down

0 comments on commit 6ede9f8

Please sign in to comment.