Skip to content

Commit

Permalink
fix(storybook): remove hard-coded ci:true option
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #9681
  • Loading branch information
mandarini committed Apr 13, 2022
1 parent 7f89488 commit 2fc4215
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 2fc4215

Please sign in to comment.