remove package-lock.json from clean install step in CI workflow

This commit is contained in:
2025-11-21 23:32:46 +01:00
parent 24fac79ea2
commit 5fb9183c42

View File

@@ -23,7 +23,7 @@ jobs:
- name: Clean install dependencies
run: |
rm -rf node_modules package-lock.json
rm -rf node_modules
npm install
- name: Run tests