Skip to content

Commit 5b4db1d

Browse files
committed
add additional filter for the build
1 parent 248c7d1 commit 5b4db1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@ jobs:
111111
uses: ./.github/setup
112112

113113
- name: Build
114-
run: pnpm build
114+
run: pnpm --filter "./packages/*" build
115115

116116
- run: pnpx pkg-pr-new publish ./packages/*

0 commit comments

Comments
 (0)