diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6357b5..b7b363a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,5 @@ jobs: run: npm run typecheck - name: Tests run: npm test - - name: Build - run: npm run build - name: Security audit run: npm audit --audit-level=high