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
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() }}