Skip to content

Commit

Permalink
commit 12
Browse files Browse the repository at this point in the history
  • Loading branch information
amitgupta0220 committed Oct 31, 2024
1 parent 8460681 commit a0e1904
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@ jobs:
- name: Clear npm cache
run: npm cache clean --force

- name: Clean and install dependencies
run: rm -rf node_modules package-lock.json

- 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 a0e1904

Please sign in to comment.