* docs(nxdev): rewrite getting started section * docs(nxdev): revisions * docs(nxdev): update features section * docs(nxdev): updates Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
45 lines
716 B
Markdown
45 lines
716 B
Markdown
# build
|
|
|
|
Build Storybook
|
|
|
|
Properties can be configured in workspace.json when defining the executor, or when invoking it.
|
|
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks.
|
|
|
|
## Properties
|
|
|
|
### 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.
|
|
|
|
### uiFramework (**hidden**)
|
|
|
|
Default: `@storybook/angular`
|
|
|
|
Type: `string`
|
|
|
|
Storybook framework npm package
|