Skip to content

Commit 3be908f

Browse files
committed
chore: install before build
1 parent 919550e commit 3be908f

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

1313
export async function buildAdev() {
1414
const sh = $$({ cwd: buildDir });
15-
// await $$({ cwd: buildDir })`yarn install --frozen-lockfile`;
15+
await sh`yarn install --frozen-lockfile`;
1616
await sh`yarn bazel build //adev:build`;
1717
}
1818

0 commit comments

Comments
 (0)