Skip to content

Commit 878b96e

Browse files
committed
ci: add build step to lint job
1 parent 20d85b4 commit 878b96e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Install
2727
run: pnpm install
2828

29+
- name: Build
30+
run: pnpm build
31+
2932
- name: Lint
3033
run: pnpm lint
3134

0 commit comments

Comments
 (0)