Skip to content

Commit ce994c1

Browse files
committed
docs: build step before check-types in ci
1 parent d1cd603 commit ce994c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
- name: Lint
4646
run: pnpm lint
4747

48+
# Need to build before "check-types" for export types to be available
49+
4850
- name: Build
4951
run: pnpm build
5052

0 commit comments

Comments
 (0)