mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
Ensure we always debug the chromatic command
This commit is contained in:
parent
7e91dfb1e6
commit
30e9e0239b
@ -16,7 +16,8 @@ export const chromatic: Task = {
|
||||
--storybook-build-dir=${builtSandboxDir} \
|
||||
--junit-report=${junitFilename} \
|
||||
--projectToken=${token}`,
|
||||
{ cwd: sandboxDir }
|
||||
{ cwd: sandboxDir },
|
||||
{ debug: true }
|
||||
);
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user