Skip to content

Commit bee7e0a

Browse files
committed
ci: run stub before typecheck
1 parent f405d45 commit bee7e0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@ jobs:
3939
- name: Install
4040
run: pnpm install
4141

42+
- name: Stub
43+
run: pnpm run stub
44+
4245
- name: Typecheck
4346
run: pnpm run typecheck

0 commit comments

Comments
 (0)