Files
bun.sh/packages/bun-release
2025-01-29 01:47:43 -08:00
..
2024-07-11 07:24:13 -07:00
2024-09-20 21:34:50 -07:00
2024-12-04 10:19:15 -08:00
2023-02-01 10:28:01 -08:00
2023-02-01 10:28:01 -08:00
2023-02-01 10:28:01 -08:00

bun-release

Scripts that release Bun to npm, Dockerhub, Homebrew, etc.

Running

bun run npm # build assets for the latest release
bun run npm -- <release> # build assets for the provided release
bun run npm -- <release> [dry-run|publish] # build and publish assets to npm

Credits

  • esbuild, for its npm scripts which this was largely based off of.