Skip to content

Commit

Permalink
fix(storybook): remove hard-coded ci:true option (#9827)
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #9681
  • Loading branch information
mandarini authored and FrozenPandaz committed Apr 19, 2022
1 parent d37379f commit 2ac7746
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -52,7 +52,6 @@ function runInstance(options: StorybookExecutorOptions) {
process.env.NODE_ENV = env;
return buildDevStandalone({
...options,
ci: true,
configType: env.toUpperCase(),
} as any).catch((error) => {
// TODO(juri): find a better cleaner way to handle these. Taken from:
Expand Down

0 comments on commit 2ac7746

Please sign in to comment.