@storybook/angular
Version:
Storybook for Angular: Develop, document, and test UI components in isolation
15 lines (14 loc) • 379 B
JSON
{
"builders": {
"build-storybook": {
"implementation": "./dist/builders/build-storybook/index.js",
"schema": "./build-schema.json",
"description": "Build storybook"
},
"start-storybook": {
"implementation": "./dist/builders/start-storybook/index.js",
"schema": "./start-schema.json",
"description": "Start storybook"
}
}
}