Skip to content

Commit

Permalink
fix(types): verify types on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlindquist committed Jan 29, 2025
1 parent 21457ae commit 8f26373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
pnpm i ${{ env.kit_path }}
pnpm i typescript
# Run tsc against every file in the ./scripts directory
find ./scripts -name '*.ts' -exec pnpm exec tsc {} \;
find ./scripts -name '*.ts' -exec pnpm exec tsc --skipLibCheck {} \; || exit 1
- name: pnpm ava
run: |
Expand Down

0 comments on commit 8f26373

Please sign in to comment.