Skip to content

Commit

Permalink
Merge pull request #14418 from hydrosquall/patch-1
Browse files Browse the repository at this point in the history
Update cli-options.md
  • Loading branch information
shilman committed Apr 1, 2021
2 parents 8a799b2 + e52d7d1 commit 60c2a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/cli-options.md
Expand Up @@ -55,7 +55,7 @@ Usage: build-storybook [options]
| --quiet | Suppress verbose build output | `build-storybook --quiet` |
| --no-dll | Do not use dll reference (no-op) | `build-storybook --no-dll` |
| --debug-webpack | Display final webpack configurations for debugging purposes | `build-storybook --debug-webpack` |
| `--webpack-stats-json <directory>` | Write Webpack Stats JSON to disk | `start-storybook --webpack-stats-json /tmp/webpack-stats` |
| `--webpack-stats-json <directory>` | Write Webpack Stats JSON to disk | `build-storybook --webpack-stats-json /my-storybook/webpack-stats` |
| --docs | Builds Storybook in documentation mode. Learn more about it in [here](../writing-docs/build-documentation.md#publish-storybooks-documentation)) | `build-storybook --docs` |

<div class="aside">
Expand Down

0 comments on commit 60c2a4f

Please sign in to comment.