Skip to content

Commit f0c30d0

Browse files
committed
build fix
1 parent 05607cc commit f0c30d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
- name: Lint
3333
run: pnpm lint
3434
- name: Build
35-
run: pnpm build
35+
run: pnpm build --filter="./packages/*"

0 commit comments

Comments
 (0)