We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724c3c4 commit fb6e5d5Copy full SHA for fb6e5d5
tools/lib/adev.ts
@@ -12,7 +12,7 @@ const $$ = $({
12
export async function buildAdev() {
13
const sh = $$({ cwd: buildDir });
14
await sh`pnpm install --frozen-lockfile`;
15
- await sh`pnpm bazel build //adev:build.production`;
+ await sh`pnpm bazel build //adev:build.production --config=release`;
16
}
17
18
export function serveAdev() {
0 commit comments