Skip to content

Commit 66d21a5

Browse files
committed
i in both folders?
1 parent 497762f commit 66d21a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: 22
2525
cache: 'pnpm'
2626
- name: Install dependencies
27-
run: pnpm install --frozen-lockfile
27+
run: pnpm install --frozen-lockfile && cd packages/agent && pnpm build && cd ../.. && cd apps/array && pnpm build
2828
- name: Build agent package
2929
run: pnpm --filter agent build
3030
- name: Build array app

0 commit comments

Comments
 (0)