Ensure we always debug the chromatic command

This commit is contained in:
Tom Coleman 2022-09-16 15:20:24 +10:00
parent 7e91dfb1e6
commit 30e9e0239b

View File

@ -16,7 +16,8 @@ export const chromatic: Task = {
--storybook-build-dir=${builtSandboxDir} \
--junit-report=${junitFilename} \
--projectToken=${token}`,
{ cwd: sandboxDir }
{ cwd: sandboxDir },
{ debug: true }
);
},
};