mirror of
https://github.com/mroxso/zelo-news.git
synced 2026-04-09 15:07:06 +02:00
Fix workflow to remove package-lock.json during dependency installation
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
|
||||
rm -rf node_modules package-lock.json
|
||||
npm install
|
||||
|
||||
- name: Run tests
|
||||
|
||||
Reference in New Issue
Block a user