Skip to content

Commit

Permalink
Kill terminal with success if all tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
cnotv committed Jan 9, 2025
1 parent 0cadcac commit 7a68433
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 @@ -25,7 +25,7 @@
"test:ci": "NODE_OPTIONS=--max_old_space_size=8192 jest --collectCoverage --silent",
"visual": "cypress run --config-file cypress.visual.config.ts",
"visual:open": "cypress open --env requireSnapshots=true --config-file cypress.visual.config.ts",
"visual:ci": "npx concurrently \"yarn storybook --quiet --ci \" \"yarn visual\"",
"visual:ci": "npx concurrently -k -s first \"yarn storybook --quiet --ci \" \"yarn visual \"",
"install:ci": "yarn install --frozen-lockfile",
"dev": "bash -c 'source ./scripts/version && NODE_ENV=dev ./node_modules/.bin/vue-cli-service serve'",
"mem-dev": "bash -c 'source ./scripts/version && NODE_ENV=dev node --max-old-space-size=8192 ./node_modules/.bin/vue-cli-service serve'",
Expand Down

0 comments on commit 7a68433

Please sign in to comment.