mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 00:01:12 +08:00
Angular-cli: Fix build-storybook
This commit is contained in:
parent
26e7c4e6a3
commit
2332b9724c
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user