Header

Using Bun with the Build Pipeline

Alternatively to NPM, you can install and use Bun with the DeployHQ Build Pipeline for generating your assets. The following commands will allow you to install and use the Bun executable:

curl -fsSL https://bun.sh/install | bash 
export PATH="~/.bun/bin/:$PATH"
bun install && bun run build

Assuming your actual build command is named build. Otherwise, if it's defined as something else, just change the last parameter to match.

Proudly powered by Katapult. Running on 100% renewable energy.