Skip to content

Commit 13af63b

Browse files
committed
okay if ai says so
1 parent d955fcc commit 13af63b

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
@@ -26,6 +26,6 @@ jobs:
2626
- name: Install dependencies
2727
run: pnpm install --frozen-lockfile
2828
- name: Build agent package
29-
run: pnpm --filter agent build
29+
run: pnpm --filter agent --include-workspace-root build
3030
- name: Build array app
3131
run: pnpm --filter array package

0 commit comments

Comments
 (0)