Add dev options: -t, --tag -> Add parameters: skip, only #30730
roseline124
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
What framework/builder are you using? There should be some perf gains by running with Let's see whether we can speed up your Storybook by configuration first and then see if tags can help further. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
I have so many files and storybooks in my project that it takes too long to run the storybooks. I think I can save time by only running storybooks with specific tags.
Describe the solution you'd like
I know that the storybook has a tagging feature:
storybook dev --tag {tagName}
will only run storybooks with a specific tag. I think this will reduce the time it takes to run the storybooks.Describe alternatives you've considered
I made open storybook vscode extension. open storybook. However, it would be nice if Storybook supported
--tag
functionality without using an extension.Are you able to assist to bring the feature to reality?
yes, I can
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions