diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef103d1..4638fc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,8 @@ jobs: run: npm run lint:ts - name: Lint CSS run: npm run lint:css + - name: Check TS + run: npm run check:ts - name: Build JS run: npm run build-vite