docs: remove tsc check (#6464)

This commit is contained in:
Jason Rasmussen 2024-01-17 22:37:48 -05:00 committed by GitHub
parent 9a2fa21b28
commit 98cee8864d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 6 deletions

View file

@ -58,10 +58,6 @@ jobs:
run: npm run format
if: ${{ !cancelled() }}
- name: Run tsc
run: npm run check
if: ${{ !cancelled() }}
- name: Run build
run: npm run build
if: ${{ !cancelled() }}