-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Fix Storybook builds #41089
Fix Storybook builds #41089
Conversation
Size Change: -5 B (0%) Total Size: 1.24 MB
ℹ️ View Unchanged
|
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 fixes npm run storybook:dev
for me locally. Thanks @Mamaduka!
Do we not have a GitHubAction which builds storybooks? Would be nice to catch this before it's merged to trunk.
@noisysocks, I think action runs only on the trunk since it also builds the page - https://wordpress.github.io/gutenberg/. |
What?
Follow-up to #40998.
Fixes failing Storybook build on trunk. The space before minus was causing following error:
@jameskoster, I would appreciate code sanity check here, but I don't see any visual regression after this fix.
Testing Instructions