diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4689500..83fa6123 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: run: npm ci - name: Build & Lint - run: npm run lint && npm run build + run: npm run build && npm run lint - name: Test Development run: npm run test