Skip to content

Commit

Permalink
Add absolute storybook-static path
Browse files Browse the repository at this point in the history
storybookjs/storybook#1060

workaround for this alpha version
  • Loading branch information
soosap committed May 26, 2017
1 parent d127244 commit 9fbe794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"dev": "watch 'yarn run build' src",
"build": "rimraf ./dist && NODE_ENV=production babel src --out-dir build",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"build-storybook": "build-storybook -s public --output-dir ${PWD}/storybook-static",
"prerelease": "yarn run build",
"release": "np",
"lint": "eslint --ext .js src/**/*; exit 0;"
Expand Down

0 comments on commit 9fbe794

Please sign in to comment.