Angular-cli: Fix build-storybook

This commit is contained in:
Michael Shilman 2022-04-14 22:19:46 +08:00
parent 26e7c4e6a3
commit 2332b9724c

View File

@ -5,7 +5,7 @@
"license": "MIT",
"scripts": {
"build": "ng build",
"build-storybook": "yarn storybook-prebuild && ng run angular-cli:sb build",
"build-storybook": "yarn storybook-prebuild && ng run angular-cli:build-storybook",
"docs:json": "compodoc -p ./tsconfig.json -e json -d .",
"e2e": "ng e2e",
"postinstall": "ngcc --source ../../node_modules",