bun install --frozen-lockfile
This uses the package-lock.json
file for installation to avoid package changes and have reproducible builds.
bun run build && bun run bundle
This minifies the JavaScript, copies static resources and bundles the output to .out/replace_maps.zip
.