add prebuild to build-storybook

This commit is contained in:
klimentru1986 2018-05-05 23:02:41 +03:00
parent 7bdc6e89a9
commit 068e9ba447

View File

@ -5,7 +5,7 @@
"license": "MIT",
"scripts": {
"build": "ng build",
"build-storybook": "build-storybook -s src",
"build-storybook": "npm run storybook:prebuild && build-storybook -s src",
"e2e": "ng e2e",
"ng": "ng",
"start": "ng serve",