storybook/docs/snippets/angular/custom-build-script-production.script-for-builder.js.mdx
2022-02-02 18:07:10 +00:00

7 lines
93 B
Plaintext

```json
{
"scripts": {
"build-storybook": "ng run my-project:build-storybook"
}
}
```