Skip to content

Commit 2ac7746

Browse files
mandariniFrozenPandaz
authored andcommitted
fix(storybook): remove hard-coded ci:true option (#9827)
ISSUES CLOSED: #9681
1 parent d37379f commit 2ac7746

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/storybook/src/executors/storybook/storybook.impl.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ function runInstance(options: StorybookExecutorOptions) {
5252
process.env.NODE_ENV = env;
5353
return buildDevStandalone({
5454
...options,
55-
ci: true,
5655
configType: env.toUpperCase(),
5756
} as any).catch((error) => {
5857
// TODO(juri): find a better cleaner way to handle these. Taken from:

0 commit comments

Comments
 (0)