diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be99701..f407283 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,4 @@ jobs: run: npm run format - name: Run Linting - run: npm run lint - - - name: Build - run: npm run build \ No newline at end of file + run: npm run lint \ No newline at end of file