diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a71faa87..139d533c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,9 +35,6 @@ jobs: - name: Test run: npm run test - - name: Build - run: npm run build - - name: Run Code Coverage uses: codecov/codecov-action@v5 with: