Skip to content

Commit

Permalink
chore: Update npm install command to include --legacy-peer-deps flag
Browse files Browse the repository at this point in the history
  • Loading branch information
yagizhanNY committed May 23, 2024
1 parent 4d4bd8b commit 2ad3561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: npm install --legacy-peer-deps
- name: Install Angular CLI
run: npm install @angular/cli
run: npm install @angular/cli --legacy-peer-deps
- name: Build
run: npm run build
- name: Deploy
Expand Down

0 comments on commit 2ad3561

Please sign in to comment.