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 d955fcc commit 13af63bCopy full SHA for 13af63b
.github/workflows/build.yml
@@ -26,6 +26,6 @@ jobs:
26
- name: Install dependencies
27
run: pnpm install --frozen-lockfile
28
- name: Build agent package
29
- run: pnpm --filter agent build
+ run: pnpm --filter agent --include-workspace-root build
30
- name: Build array app
31
run: pnpm --filter array package
0 commit comments