diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a841cb..a67f91d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: with: node-version: 20.x - run: yarn - - run: yarn lint --quiet --fix --cache-strategy content && git diff --exit-code + - run: yarn lint --quiet --fix && git diff --exit-code build-to-npm: if: github.ref == 'refs/heads/main'