Skip to content

Commit

Permalink
Merge pull request #19933 from storybookjs/add-chromatic-debug
Browse files Browse the repository at this point in the history
Add debug to chromatic task
  • Loading branch information
yannbf authored Nov 28, 2022
2 parents 2f01531 + d6bcef9 commit 884a180
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/tasks/chromatic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export const chromatic: Task = {
const token = process.env[tokenEnvVarName];

await exec(
`npx [email protected] \
`npx chromatic \
--debug \
--exit-zero-on-changes \
--storybook-build-dir=${builtSandboxDir} \
--junit-report=${junitFilename} \
Expand Down

0 comments on commit 884a180

Please sign in to comment.