Update storybook static files option to load statics correctly
Showing
... | ... | @@ -6,7 +6,7 @@ |
"scripts": { | ||
"tslint": "tslint -c tslint.json --project tsconfig.json", | ||
"typecheck": "tsc --noEmit", | ||
"storybook": "start-storybook -p 9001 -c .storybook" | ||
"storybook": "start-storybook -p 9001 -c .storybook -s ../../public" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
... | ... |
Please
register
or
sign in
to comment