Skip to content

New storybook prototype #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Build locales
  • Loading branch information
dmose committed Apr 23, 2019
commit 6318c7ba5b034b630940ddb82bd0f576cc302f87
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"vendor": "npm-run-all vendor:*",
"vendor:react": "node ./bin/vendor-react.js",
"storybook": "start-storybook",
"build-storybook": "npm run bundle:css && build-storybook -c .storybook",
"build-storybook": "npm run bundle:css && npm run bundle::locales && build-storybook -c .storybook",
"deploy-storybook": "cp utils.js node_modules/@storybook/storybook-deployer/src && storybook-to-ghpages",
"help": "yamscripts help",
"yamscripts": "yamscripts compile",
Expand Down
2 changes: 1 addition & 1 deletion yamscripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ scripts:
storybook: start-storybook

# For use by CI scriptage to show visual storybook of components
build-storybook: =>bundle:css && build-storybook -c .storybook
build-storybook: =>bundle:css && =>bundle::locales && build-storybook -c .storybook
deploy-storybook: cp utils.js node_modules/@storybook/storybook-deployer/src && storybook-to-ghpages