Skip to content

Commit 4b34926

Browse files
committed
do it from root
1 parent 3de730c commit 4b34926

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,5 @@ jobs:
2525
cache: 'pnpm'
2626
- name: Install dependencies
2727
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
28+
- name: Build
29+
run: pnpm run build

0 commit comments

Comments
 (0)