Skip to content

Commit 4dfb547

Browse files
committed
fix: set production build flag
1 parent 485a6ff commit 4dfb547

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`yarn install --frozen-lockfile`;
15-
await sh`yarn bazel build //adev:build`;
15+
await sh`yarn bazel build //adev:build --full_build_adev --config=release`;
1616
}
1717

1818
export function serveAdev() {

0 commit comments

Comments
 (0)