Skip to content

fix: Mark copies of Parcel storybook packages as private #8530

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

Merged
merged 1 commit into from
Jul 11, 2025

Conversation

devongovett
Copy link
Member

Fixes verdaccio build.

Parcel packages for Storybook were copied into our repo for SB 8 work, but we forgot to mark them as private. Looks like we've been publishing nightly versions of them from our repo instead of the real one for a while 😬.

Additionally, they don't get version bumped by the verdaccio script, so when it goes to publish it conflicts with the existing version on npm and errors. Unfortunately this does not seem to fail the Circle CI build, which then moves on to the v-docs step. That proceeds to install the latest version from npm rather than the actual verdaccio build (which was never published). And now this fails during the build because we depend on new exports that aren't there in the current npm release.

@rspbot
Copy link

rspbot commented Jul 11, 2025

@devongovett devongovett added this pull request to the merge queue Jul 11, 2025
Merged via the queue into main with commit 064b88d Jul 11, 2025
31 checks passed
@devongovett devongovett deleted the fix-verdaccio branch July 11, 2025 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants