diff --git a/package.json b/package.json index 27bbc1e6..f5bdbe02 100644 --- a/package.json +++ b/package.json @@ -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",