Skip to content

Commit

Permalink
fix: yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak-vohra committed Aug 3, 2024
1 parent f2ad228 commit 0a84a39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Remove node_modules and package-lock.json
run: |
rm -rf node_modules
rm -f package-lock.json
- name: Install dependencies
run: |
npm install
Expand Down

0 comments on commit 0a84a39

Please sign in to comment.