Skip to content

Commit 208d15b

Browse files
committed
chore: build before CI tests
1 parent 3107a98 commit 208d15b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,8 @@ jobs:
3535
- name: Run Lint
3636
run: pnpm run lint
3737

38+
- name: Build Packages
39+
run: pnpm build
40+
3841
- name: Run Test
3942
run: pnpm run test

0 commit comments

Comments
 (0)