-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[Project - Onboarding]: Automate call to storybook dev <url-params>
after storybook init
#22871
Closed
Tracked by
#22558
Comments
valentinpalkovic
changed the title
[Project - Onboarding]: Call
[Project - Onboarding]: Automate call to storybook dev <url-params> after storybook init for React-based Frameworks Only
Jun 1, 2023
storybook dev <url-params>
immediately after storybook init
I reckon we should make all successful |
@vanessayuenn I agree! |
5 tasks
vanessayuenn
changed the title
[Project - Onboarding]: Automate call to storybook dev <url-params> after storybook init for React-based Frameworks Only
[Project - Onboarding]: Automate call to Jun 6, 2023
storybook dev <url-params>
after storybook init
This was referenced Jun 7, 2023
Jeepers creepers!! I just released https://github.com/storybookjs/storybook/releases/tag/v7.0.20 containing PR #22964 that references this issue. Upgrade today to the
|
4 tasks
github-project-automation
bot
moved this from In Progress
to Done
in Core Team Projects
Jun 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The purpose of this task is to automate the execution of the
storybook dev --initial-path /onboarding
command immediately after the storybook init command. Still, this enhancement should only apply to React-based frameworks. This adjustment will reduce the steps required to start a Storybook with custom parameters for React projects, making the development process more efficient.Prerequisite
This enhancement is only applicable to frameworks that use React. Other frameworks should not be affected by this change.
Acceptance Criteria:
storybook dev --initial-path /onboarding
should automatically be called, but only if the initialized project uses a React-based framework.--initial-path /onboarding
should be passed as arguments to the storybook dev command.storybook dev --initial-path /onboarding
should not be called and a meaningful error message should be logged.init
should also rundev
automatically but without the onboarding flag.The text was updated successfully, but these errors were encountered: