mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 05:31:05 +08:00
6 lines
204 B
Plaintext
6 lines
204 B
Plaintext
```shell
|
|
# Builds Storybook with Angular's custom builder
|
|
# See https://storybook.js.org/docs/angular/get-started/install
|
|
# to learn how to create the custom builder
|
|
ng run my-project:build-storybook
|
|
``` |