We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc24cf commit 8ab7724Copy full SHA for 8ab7724
.github/workflows/build-and-deploy-site.yml
@@ -14,7 +14,7 @@ jobs:
14
15
- name: Install and Build 🔧
16
run: |
17
- npm install -legacy-peer-deps
+ npm install --legacy-peer-deps
18
npm run build
19
20
- name: Deploy 🚀
0 commit comments