Skip to content

Commit

Permalink
Update clean cache for overpass
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Aug 16, 2023
1 parent 5f0443b commit 4816015
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/frontend-overpass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:

- name: Install modules
run: |
rm -rf node_modules package-lock.json
rm -rf node_modules
rm package-lock.json
npm cache clean --force
npm cache verify
npm install
Expand Down

0 comments on commit 4816015

Please sign in to comment.