storybook/docs/snippets/angular/custom-build-script-production.script-for-builder.js.mdx
2022-11-17 16:33:22 +01:00

8 lines
94 B
Plaintext

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