Skip to content

Commit

Permalink
ci(chromatic): exit on upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Sep 9, 2023
1 parent c37f780 commit f543515
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 @@ -198,7 +198,7 @@
"scripts": {
"build": "yarn compile:theme && yarn compile",
"build-storybook": "storybook build",
"chromatic": "chromatic --exit-zero-on-changes",
"chromatic": "chromatic --exit-zero-on-changes --exit-once-uploaded",
"compile": "tsup",
"compile:theme": "ts-node src/hooks/generateThemes.ts",
"dev": "DEBUG=1 yarn build",
Expand Down

0 comments on commit f543515

Please sign in to comment.