Skip to content

Commit a309108

Browse files
committed
tc
1 parent e41ad58 commit a309108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
- name: Install dependencies
2424
run: pnpm install --frozen-lockfile
2525
- name: Run type check
26-
run: pnpm run typecheck
26+
run: pnpm --filter agent build && cd packages/agent && pnpm typecheck && cd ../.. && pnpm --filter array typecheck
2727

0 commit comments

Comments
 (0)