diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f0b54f4..e74badf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -44,9 +44,6 @@ jobs: - name: Run tests run: npm test - - name: Run type checking - run: npm run typecheck - - name: Upload coverage if: matrix.node-version == '20.x' uses: codecov/codecov-action@v3