Skip to content

Commit 2f99122

Browse files
CallumNZardrigh
authored andcommitted
feat: use npm install-clean in reusable-eslint workflow
Reference: GeoNet/tickets#18807
1 parent 8ecbfb5 commit 2f99122

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
PATHS: ${{ inputs.paths }}
3737
run: |
3838
for path in $PATHS; do
39-
npm install --prefix $path
39+
npm install-clean --prefix $path
4040
done
4141
- name: Run ESLint
4242
id: eslint

0 commit comments

Comments
 (0)