@nrwl/storybook:build
Build storybook in production mode.
Options can be configured in project.json when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/configuration/projectjson#targets.
Options
docsMode
boolean
Default:
falseBuild a documentation-only site using addon-docs.
outputPath
string
The output path of the generated files.
quiet
boolean
Default:
trueSuppress verbose build output.
uiFramework
RequiredHidden
string
Default:
@storybook/reactAccepted values:
@storybook/react, @storybook/html, @storybook/web-components, @storybook/vue, @storybook/vue3, @storybook/svelteStorybook framework npm package.