Skip to content

Commit 9a08dd2

Browse files
committed
exec in folder?
1 parent 5e1f717 commit 9a08dd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- name: Install dependencies
2727
run: pnpm install --frozen-lockfile
2828
- name: Build agent
29-
run: pnpm --filter agent build
29+
run: cd packages/agent && pnpm build
3030
- name: Build array
31-
run: pnpm --filter array build
31+
run: cd apps/array && pnpm build

0 commit comments

Comments
 (0)