@storybook/angular
Version:
Storybook for Angular: Develop Angular components in isolation with hot reloading.
15 lines (14 loc) • 409 B
JSON
{
"builders": {
"build-storybook": {
"implementation": "./build-storybook",
"schema": "./build-storybook/schema.json",
"description": "Build storybook"
},
"start-storybook": {
"implementation": "./start-storybook",
"schema": "./start-storybook/schema.json",
"description": "Start storybook"
}
}
}