fix(install): dispatch managed bunx through bun x#2151
Conversation
✅ Deploy Preview for viteplus-preview canceled.
|
|
The CI falling should be fixed in #2150. |
919ed21 to
686a8f5
Compare
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 686a8f5f84
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
|
Codex Review: Didn't find any major issues. Hooray! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Close #2123
Managed
bunxshims currently executebun.nativewithout preserving thebunxargv0. Bun then treatsbunx <package>asbun <package>, which can recursively invoke a matching package script.This PR generates the managed
bunxshims asbun.native x <args>for sh, Command Prompt, and PowerShell. The managedbunshim remains unchanged.This PR only influences new-install Bun, do not modify installed Bun
🤖 Generated with Codex