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