We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e641c61 commit 60c94b4Copy full SHA for 60c94b4
.github/workflows/ci.yml
@@ -123,6 +123,11 @@ jobs:
123
cache: "pnpm"
124
- name: Install Dependencies
125
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
131
- name: Lint
132
run: |
133
pnpm lint
0 commit comments