You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
379 B

{
"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"
}
}
}