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 5e1f717 commit 9a08dd2Copy full SHA for 9a08dd2
.github/workflows/build.yml
@@ -26,6 +26,6 @@ jobs:
26
- name: Install dependencies
27
run: pnpm install --frozen-lockfile
28
- name: Build agent
29
- run: pnpm --filter agent build
+ run: cd packages/agent && pnpm build
30
- name: Build array
31
- run: pnpm --filter array build
+ run: cd apps/array && pnpm build
0 commit comments