Craigory V Coppola a1ccc87a07
docs(misc): documentation headers should include collectionName for searchability (#6451)
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
2021-07-21 11:40:59 -04:00

44 lines
629 B
Markdown

# @nrwl/storybook:build
Build Storybook
Options can be configured in `angular.json` when defining the executor, or when invoking it.
## Options
### uiFramework (_**required**_) (**hidden**)
Default: `@storybook/angular`
Type: `string`
Storybook framework npm package
### docsMode
Default: `false`
Type: `boolean`
Build a documentation-only site using addon-docs.
### outputPath
Type: `string`
The output path of the generated files.
### projectBuildConfig
Type: `string`
Workspace project where Storybook reads the Webpack config from
### quiet
Default: `true`
Type: `boolean`
Suppress verbose build output.