Skip to content

Commit fb6e5d5

Browse files
authored
fix: add release config to bazel build command in buildAdev function (#1084)
1 parent 724c3c4 commit fb6e5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/lib/adev.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const $$ = $({
1212
export async function buildAdev() {
1313
const sh = $$({ cwd: buildDir });
1414
await sh`pnpm install --frozen-lockfile`;
15-
await sh`pnpm bazel build //adev:build.production`;
15+
await sh`pnpm bazel build //adev:build.production --config=release`;
1616
}
1717

1818
export function serveAdev() {

0 commit comments

Comments
 (0)