Skip to content
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

Cli gestorybook fix #4213

Merged
merged 3 commits into from
Sep 24, 2018
Merged

Conversation

Keraito
Copy link
Contributor

@Keraito Keraito commented Sep 21, 2018

Issue: part of #4212

When running getstorybook, the process would not wait until initiating Storybook was finished which is an async function, making the process terminate early before finishing.
I returned and awaited the generator, but cuz of that also need to wrap the code for storybook init in its own block to prevent behaviour from overflowing. Getting rid of the depreciation at a later stage is basically removing the if statement and case.

@shilman could you give this a run?

@storybook-safe-bot
Copy link
Contributor

Fails
🚫

PR is not labeled with one of: ["cleanup","BREAKING CHANGE","feature request","bug","documentation","maintenance","dependencies:update","dependencies","other"]

Generated by 🚫 dangerJS

@pksunkara
Copy link
Member

cli-latest-cra is failing because of recent release in cra.

@pksunkara pksunkara merged commit dd1953c into storybookjs:master Sep 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants