diff --git a/.github/workflows/reusable-eslint.yml b/.github/workflows/reusable-eslint.yml index 589e3bcd..cdcfb36a 100644 --- a/.github/workflows/reusable-eslint.yml +++ b/.github/workflows/reusable-eslint.yml @@ -36,7 +36,7 @@ jobs: PATHS: ${{ inputs.paths }} run: | for path in $PATHS; do - npm install --prefix $path + npm install-clean --prefix $path done - name: Run ESLint id: eslint