2021-12-10 12:18:46 -05:00

822 B

title description
@nrwl/storybook:build executor Build Storybook

@nrwl/storybook:build

Build Storybook

Options can be configured in angular.json when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/core-concepts/configuration#targets.

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.