# bun-npm Scripts that allow Bun to be installed with `npm install`. ### Running ```sh bun run npm # build assets for the latest release bun run npm -- # build assets for the provided release bun run npm -- [dry-run|publish] # build and publish assets to npm ``` ### Credits - [esbuild](https://github.com/evanw/esbuild), for its npm scripts which this was largely based off of.