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

feat(core): add support for bun pack #27820

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Jordan-Hall
Copy link
Contributor

Current Behavior

Before release last night/today of bun 1.1.27 bun pm pack didn't exists so we fell upon npm pack.

Expected Behavior

If bun 1.1.27 or greater we use bun pm pack otherwise we revert to npm pack

https://x.com/bunjavascript/status/1832386689182122092

cc: @jaysoo

@Jordan-Hall Jordan-Hall requested a review from a team as a code owner September 8, 2024 20:49
Copy link

vercel bot commented Sep 8, 2024

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

1 Skipped Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Sep 19, 2024 0:36am

@@ -26,6 +26,7 @@ export interface PackageManagerCommands {
exec: string;
dlx: string;
list: string;
pack: string;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has been added but i'm not sure if a better name can be used. bun uses bun install at top level and bunx but rest of its package manager commands is at bun pm level

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