Skip to content

Commit

Permalink
fix(bun): install bunx symlink
Browse files Browse the repository at this point in the history
Closes #1680
  • Loading branch information
booniepepper committed Feb 20, 2024
1 parent bf8ff55 commit 0df2587
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/core/bun.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ impl BunPlugin {
self.bun_bin(&ctx.tv),
)?;
file::make_executable(&self.bun_bin(&ctx.tv))?;
file::make_symlink(&self.bun_bin(&ctx.tv), &ctx.tv.install_path().join("bin/bunx"))?;
Ok(())
}

Expand Down

0 comments on commit 0df2587

Please sign in to comment.