-
Notifications
You must be signed in to change notification settings - Fork 85
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
chore(CI): Add check story book to CI and update storybook to v7 #2747
Conversation
baa77f0
to
9f3180d
Compare
Packaging for test is done in 5398713945 for commit 9f3180d . |
}, | ||
webpackFinal: config => { | ||
config.resolve.alias = { | ||
...config.resolve.alias, | ||
electron: require.resolve('./electron') | ||
} | ||
return config | ||
}; |
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.
Semicolons should be avoided.
Ref: https://github.com/nervosnetwork/neuron/blob/develop/packages/neuron-ui/.prettierrc.js#L6
Irrelevant updates about formatting should be avoided |
It will fail when running |
Packaging for test is done in 5399295918 for commit dca8e3f . |
Packaging for test is done in 5399505473 for commit f40903d . |
Gotcha |
Because of storybookjs/storybook#21642, v6.5.17-alpha.0 and v7 all fix this bug. So I update the storybook to v7.
And there are some deprecations from v6 to v7. https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#70-deprecations-and-default-changes. So I will open a new issue to resolve it.