Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost0159 authored Nov 21, 2024
1 parent 61743ab commit 4a3c419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:

- name: Clean up node_modules and package-lock.json
run: |
Remove-Item -Recurse -Force node_modules
Remove-Item package-lock.json
if (Test-Path node_modules) { Remove-Item -Recurse -Force node_modules }
if (Test-Path package-lock.json) { Remove-Item package-lock.json }
- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 4a3c419

Please sign in to comment.