storybook/docs/snippets/angular/build-storybook-production-mode.with-builder.js.mdx
2022-07-07 19:05:48 +01:00

6 lines
207 B
Plaintext

```shell
# Builds Storybook with Angular's custom builder
# See https://storybook.js.org/docs/7.0/angular/get-started/install
# to learn how to create the custom builder
ng run my-project:build-storybook
```