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 committed Apr 15, 2022
1 parent a162bfb commit c0de03b
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -46,7 +46,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 c0de03b

Please sign in to comment.