Update sandbox chromatic script

This commit is contained in:
Reuben Ellis 2022-11-07 18:55:16 -07:00
parent b817a2337a
commit b111529efa

View File

@ -15,6 +15,8 @@ export const chromatic: Task = {
await exec(
`npx chromatic \
--exit-zero-on-changes \
--exit-once-uploaded \
--only-changed \
--storybook-build-dir=${builtSandboxDir} \
--junit-report=${junitFilename} \
--projectToken=${token}`,