mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-16 05:03:11 +08:00
Fix aurelia build
This commit is contained in:
parent
481007afa3
commit
64dee00f55
@ -10,7 +10,7 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "rimraf dist && webpack --env production",
|
||||
"build-storybook": "build-storybook -s dist",
|
||||
"build-storybook": "yarn build && build-storybook -s dist",
|
||||
"now-build": "node ../../scripts/bootstrap --core && yarn run build-storybook --quiet",
|
||||
"start": "webpack-dev-server",
|
||||
"storybook": "start-storybook -p 9009 -s dist"
|
||||
|
Loading…
x
Reference in New Issue
Block a user