Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 502f1f9

Browse files
committed
chore: build before typecheck
1 parent d43a889 commit 502f1f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/typecheck.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
node-version: ${{ matrix.node-version }}
3535
- name: Install dependencies
3636
run: npm install
37+
- name: Build types
38+
run: npm run build
3739
- name: Typecheck ${{ matrix.project }}
3840
uses: gozala/[email protected]
3941
with:

0 commit comments

Comments
 (0)