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 497762f commit 66d21a5Copy full SHA for 66d21a5
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
node-version: 22
25
cache: 'pnpm'
26
- name: Install dependencies
27
- run: pnpm install --frozen-lockfile
+ run: pnpm install --frozen-lockfile && cd packages/agent && pnpm build && cd ../.. && cd apps/array && pnpm build
28
- name: Build agent package
29
run: pnpm --filter agent build
30
- name: Build array app
0 commit comments