You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Managing storybook together with scripts packages is annoying. We either need to leave the script package config integration to the developer or (what we do now) assume what script the template will be using, neither is great.
storybook-scripts would include the base configuration for storybook, for each framework that we support. This would also help us manage the plethora of storybook related packages in a single package, instead of putting it onto the developer.
@pota/storybook-scripts
Commands
storybook
- runs storybook in development modestorybook-build
- bundles storybook storiesDescription
Managing storybook together with scripts packages is annoying. We either need to leave the script package config integration to the developer or (what we do now) assume what script the template will be using, neither is great.
storybook-scripts
would include the base configuration for storybook, for each framework that we support. This would also help us manage the plethora of storybook related packages in a single package, instead of putting it onto the developer.See #39 for context
The text was updated successfully, but these errors were encountered: