We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37379f commit 2ac7746Copy full SHA for 2ac7746
packages/storybook/src/executors/storybook/storybook.impl.ts
@@ -52,7 +52,6 @@ function runInstance(options: StorybookExecutorOptions) {
52
process.env.NODE_ENV = env;
53
return buildDevStandalone({
54
...options,
55
- ci: true,
56
configType: env.toUpperCase(),
57
} as any).catch((error) => {
58
// TODO(juri): find a better cleaner way to handle these. Taken from:
0 commit comments