Skip to content

Commit

Permalink
Merge pull request #17300 from storybookjs/15933-build-storybook-no-m…
Browse files Browse the repository at this point in the history
…anager-cache

CLI: Add `--no-manager-cache` to build-storybook
  • Loading branch information
shilman committed Jan 20, 2022
2 parents a234846 + ac7c20d commit 6775de6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/core-server/src/cli/prod.ts
Expand Up @@ -46,6 +46,7 @@ export function getProdCli(packageJson: {
.option('--force-build-preview', 'Build the preview iframe even if you are using --preview-url')
.option('--docs', 'Build a documentation-only site using addon-docs')
.option('--modern', 'Use modern browser modules')
.option('--no-manager-cache', 'Do not cache the manager UI')
.parse(process.argv);

logger.setLevel(program.loglevel);
Expand Down

0 comments on commit 6775de6

Please sign in to comment.