We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41ad58 commit a309108Copy full SHA for a309108
.github/workflows/typecheck.yml
@@ -23,5 +23,5 @@ jobs:
23
- name: Install dependencies
24
run: pnpm install --frozen-lockfile
25
- name: Run type check
26
- run: pnpm run typecheck
+ run: pnpm --filter agent build && cd packages/agent && pnpm typecheck && cd ../.. && pnpm --filter array typecheck
27
0 commit comments