We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d240e commit 68a17a2Copy full SHA for 68a17a2
1 file changed
.github/workflows/reusable-eslint.yml
@@ -36,7 +36,7 @@ jobs:
36
PATHS: ${{ inputs.paths }}
37
run: |
38
for path in $PATHS; do
39
- npm install --prefix $path
+ npm install-clean --prefix $path
40
done
41
- name: Run ESLint
42
id: eslint
0 commit comments