Skip to content

Commit 8d26f9b

Browse files
committed
ci: fix failing tests
1 parent 39d4c18 commit 8d26f9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build Packages
3737
run: |
3838
pnpm build
39-
NODE_ENV=production DIST_DIR=dist pnpm -r --filter './examples/basic-app' build
39+
NODE_ENV=production DIST_DIR=dist pnpm -r --filter './examples/*' build
4040
4141
- name: Run musket postinstall
4242
run: |

0 commit comments

Comments
 (0)