Skip to content

Commit e2a3ce9

Browse files
committed
do them seperately
1 parent 452b8e4 commit e2a3ce9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,7 @@ jobs:
2525
cache: 'pnpm'
2626
- name: Install dependencies
2727
run: pnpm install --frozen-lockfile
28-
- name: Build
29-
run: pnpm run build
28+
- name: Build agent
29+
run: pnpm --filter agent build
30+
- name: Build array
31+
run: pnpm --filter array build

0 commit comments

Comments
 (0)