Skip to content

Commit be3cf7b

Browse files
committed
FIX: Netlify CLI CI/CD steps
1 parent 8a06612 commit be3cf7b

File tree

3 files changed

+38766
-11244
lines changed

3 files changed

+38766
-11244
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747

4848
- name: Install Netlify CLI and deploy to prod
4949
run: |
50-
npm install netlify-cli --save-dev
50+
npm install netlify-cli --save-dev --legacy-peer-deps --force
5151
netlify deploy --site ${{ secrets.NETLIFY_SITE_ID }} --auth ${{ secrets.NETLIFY_AUTH_TOKEN }} --dir=build --prod
5252
echo App is live

0 commit comments

Comments
 (0)