Skip to content

Commit 68a17a2

Browse files
committed
feat: use npm install-clean
1 parent 23d240e commit 68a17a2

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)