mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:01:21 +08:00
- Migration script did not correctly handle snippets with paths that had different filenames
481 B
481 B
# 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
{
"scripts": {
"build-storybook": "ng run my-project:build-storybook"
}
}