Skip to content

Commit

Permalink
Update npm install command to include --legacy-peer-deps flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rabira-hierpa committed Mar 29, 2024
1 parent cc8a67d commit adb3e46
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: 🔨 Build Project
run: |
npm install
npm install --legacy-peer-deps
npm run build
- name: 📂 Sync files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: 🔨 Build Project
run: |
npm install
npm install --legacy-peer-deps
npm run build
- name: 📂 Sync files
Expand Down
66 changes: 22 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit adb3e46

Please sign in to comment.