We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d8a36 commit 8456d97Copy full SHA for 8456d97
.github/workflows/prod.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: 🔨 Build Project
31
run: |
32
- npm i
+ npm i --legacy-peer-deps
33
npm run build-prod
34
35
- name: 📂 Deploy to Server
0 commit comments