Build dependencies before type checking

This commit is contained in:
Jordan Eldredge 2025-07-06 18:02:31 -07:00
parent e641c61b64
commit 60c94b4f00

View file

@ -123,6 +123,11 @@ jobs:
cache: "pnpm"
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Build Dependencies
run: |
# Build ani-cursor and winamp-eqf first so their types are available
pnpm --filter ani-cursor build
pnpm --filter winamp-eqf build
- name: Lint
run: |
pnpm lint