Back to Storybook

Builds Storybook with Angular's custom builder

docs/_snippets/angular-builder-production.md

10.3.6480 B
Original Source
shell
# Builds Storybook with Angular's custom builder
# See https://storybook.js.org/docs/get-started/frameworks/angular#how-do-i-migrate-to-an-angular-storybook-builder
# to learn how to create the custom builder
ng run my-project:build-storybook
json
{
  "scripts": {
    "build-storybook": "ng run my-project:build-storybook"
  }
}