Skip to content

Commit 60c94b4

Browse files
committed
Build dependencies before type checking
1 parent e641c61 commit 60c94b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ jobs:
123123
cache: "pnpm"
124124
- name: Install Dependencies
125125
run: pnpm install --frozen-lockfile
126+
- name: Build Dependencies
127+
run: |
128+
# Build ani-cursor and winamp-eqf first so their types are available
129+
pnpm --filter ani-cursor build
130+
pnpm --filter winamp-eqf build
126131
- name: Lint
127132
run: |
128133
pnpm lint

0 commit comments

Comments
 (0)