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

✨ FEATURE: Publishing script for compatibility with Bun #28

Merged
merged 6 commits into from
Sep 25, 2023

Conversation

kylemcd
Copy link
Member

@kylemcd kylemcd commented Sep 25, 2023

Bun doesn't have a bun publish command. So in order not to mix package managers I've created a script that will:

  • Fetch all public packages
  • Replace workspace:* with the correct version number
  • Publish packages where the current version number has not been published yet
  • Restore package.json version back to what they were before the publish

@vercel
Copy link

vercel bot commented Sep 25, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
interunit-dot-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 25, 2023 5:56pm

@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

Merging #28 (58c25b8) into main (2ddd3a5) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #28   +/-   ##
=======================================
  Coverage   61.68%   61.68%           
=======================================
  Files          21       21           
  Lines         261      261           
  Branches       54       54           
=======================================
  Hits          161      161           
  Misses        100      100           

@kylemcd kylemcd merged commit f74b903 into main Sep 25, 2023
7 checks passed
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.

1 participant