Skip to content

Replace Bun.run with Bun.install_and_run#3

Merged
lawik merged 1 commit intounderjord:mainfrom
joshk:patch-1
Mar 11, 2026
Merged

Replace Bun.run with Bun.install_and_run#3
lawik merged 1 commit intounderjord:mainfrom
joshk:patch-1

Conversation

@joshk
Copy link
Copy Markdown
Contributor

@joshk joshk commented Mar 10, 2026

Bun.install_and_run will only install Bun if it isn't already available. This allows for the removal of Bun.install, which always installs Bun, even if its already downloaded and ready for use.

`Bun.install_and_run` will only install Bun if it isn't already available. This allows for the removal of `Bun.install`, which always installs Bun, even if its already downloaded and ready for use.
@lawik lawik merged commit 6f0ea6d into underjord:main Mar 11, 2026
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.

2 participants