mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-06-04 09:41:32 +02:00
remove package-lock.json from clean install step in CI workflow
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user