-
-
Notifications
You must be signed in to change notification settings - Fork 38
fix: Always add Storybook last #547
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: Always add Storybook last #547
Conversation
🦋 Changeset detectedLatest commit: 7344eff The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
We used to have #86 which would have been perfect in this case. I think we should only implement the proposed solution if we don't find a better way before summit. Let me see if we can re-introduce something similar to what we had before |
I see, makes sense to me. I played around with Could we temporarily merge this in? As even today with the existing versions, users will get a broken setup out of the box, which is not a nice experience. |
Sounds good, opened #550 for the full implementation of |
Ensure that if Storybook is selected during creation, it is always added after the other addon.
See Side note in #497 (comment) for context