-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
feat(ui): Add story-ui
command to run internal storybook
#56511
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
feat(ui): Add story-ui
command to run internal storybook
#56511
Conversation
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.
seems unrelated to the build stuff but w/e
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.
It is related, it's no longer at /stories/
now
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.
oh, derp, nice!
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.
Whatever the strategy is, we should make it work for getsentry
too. I'm worried that splitting this off onto vercel has low value on it's own, and will prevent off all those components from participating which I think is more interesting.
We should describe the value of this PR instead of briefly restarting what the code states in the description.
Adds a new
yarn story-ui
command that builds ONLY the internal sentry storybook stories.