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 3de730c commit 4b34926Copy full SHA for 4b34926
.github/workflows/build.yml
@@ -25,7 +25,5 @@ jobs:
25
cache: 'pnpm'
26
- name: Install dependencies
27
run: pnpm install --frozen-lockfile
28
- - name: Build agent package
29
- run: pnpm --filter agent --include-workspace-root build
30
- - name: Build array app
31
- run: pnpm --filter array package
+ - name: Build
+ run: pnpm run build
0 commit comments