Typecheck more packages in CI

This commit is contained in:
Jordan Eldredge 2025-07-06 16:23:57 -07:00
parent f9f892bde1
commit 8abcf9d139
9 changed files with 114 additions and 3 deletions

View file

@ -121,7 +121,7 @@ jobs:
- name: Lint
run: |
pnpm lint
pnpm --filter webamp type-check
pnpm type-check
# Test job - runs in parallel
test: