diff --git a/tools/lib/adev.ts b/tools/lib/adev.ts index 831e4624a..78357c8fb 100644 --- a/tools/lib/adev.ts +++ b/tools/lib/adev.ts @@ -12,7 +12,7 @@ const $$ = $({ export async function buildAdev() { const sh = $$({ cwd: buildDir }); await sh`pnpm install --frozen-lockfile`; - await sh`pnpm bazel build //adev:build.production`; + await sh`pnpm bazel build //adev:build.production --config=release`; } export function serveAdev() {