Skip to content

Commit

Permalink
commit 11
Browse files Browse the repository at this point in the history
  • Loading branch information
amitgupta0220 committed Oct 31, 2024
1 parent f6f219e commit 8460681
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 @@ -24,6 +24,11 @@ jobs:
- name: Install dependencies
run: npm install

- name: Clean and install dependencies
run: |
rm -rf node_modules package-lock.json
npm install --legacy-peer-deps # Clean install dependencies

- name: Build project
run: npm run build

Expand Down

0 comments on commit 8460681

Please sign in to comment.