Skip to content

Commit

Permalink
Remove npm cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jul 16, 2024
1 parent 55cf0e1 commit 5a79614
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/frontend-overpass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ jobs:

- name: Install modules
run: |
rm -rf node_modules
npm cache clean --force
yarn install --no-progress --frozen-lockfile
yarn install
- name: Build frontend
run: |
Expand Down

0 comments on commit 5a79614

Please sign in to comment.