-
Notifications
You must be signed in to change notification settings - Fork 5
Conversation
b8f5e55
to
a31dff0
Compare
a31dff0
to
a4a8735
Compare
"nodetest": "mocha node-tests --recursive", | ||
"storybook": "start-storybook -p 6006 -s dist", | ||
"storybook:build": "build-storybook", | ||
"storybook:docs-deploy": "yarn build -prod && build-storybook --docs" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should do a build w/o the canvas tab - I think that's what we want but if not we can change it later
Looks good 👍 The component and addon commands worked great. Trying to run |
Thanks for looking @joshuaogle! Running storybook needs to be done with |
Added that top-level command, so I'm going to go ahead and merge this! Thanks for taking a look. |
Adds storybook setup and blueprints that will create stories when generating an
st-component
.