Back to Storybook

Builds Storybook with Angular's custom builder

docs/_snippets/build-storybook-production-mode.md

10.3.6525 B
Original Source
shell
# Builds Storybook with Angular's custom builder
# See https://storybook.js.org/docs/get-started/angular
# to learn how to create the custom builder
ng run my-project:build-storybook
shell
npm run build-storybook
shell
pnpm run build-storybook
shell
yarn build-storybook