mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Build dependencies before type checking
This commit is contained in:
parent
e641c61b64
commit
60c94b4f00
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue