Skip to content

Commit 485a6ff

Browse files
committed
fix: update build scripts
1 parent 9f3b0c6 commit 485a6ff

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 --prerender_adev`;
15+
await sh`yarn bazel build //adev:build`;
1616
}
1717

1818
export function serveAdev() {

0 commit comments

Comments
 (0)