Skip to content

Commit

Permalink
Merge pull request #6384 from Fonger/patch-3
Browse files Browse the repository at this point in the history
Update CLI options usage
  • Loading branch information
shilman authored Apr 3, 2019
2 parents ce2ff5b + 5662178 commit 2948c7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/pages/configurations/cli-options/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Options:
--smoke-test Exit after successful start
--ci CI mode (skip interactive prompts, don't open browser)
--quiet Suppress verbose build output
--no-dll Do not use dll reference
--debug-webpack Display final webpack configurations for debugging purposes
```

## For build-storybook
Expand All @@ -44,4 +46,7 @@ Options:
-o, --output-dir [dir-name] Directory where to store built files
-c, --config-dir [dir-name] Directory where to load Storybook configurations from
-w, --watch Enable watch mode
--quiet Suppress verbose build output
--no-dll Do not use dll reference
--debug-webpack Display final webpack configurations for debugging purposes
```

0 comments on commit 2948c7b

Please sign in to comment.