mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
add index-json flag to test-runner script
This commit is contained in:
parent
665222c2d2
commit
e00d2824e8
@ -18,6 +18,7 @@ export const testRunnerBuild: Task & { port: number } = {
|
||||
'--maxWorkers=2',
|
||||
'--failOnConsole',
|
||||
'--skipTags="test-skip"',
|
||||
'--index-json',
|
||||
];
|
||||
|
||||
await exec(
|
||||
|
Loading…
x
Reference in New Issue
Block a user