Skip to content

Commit

Permalink
Merge pull request #45 from yagizhanNY/update-angular-material
Browse files Browse the repository at this point in the history
chore: Update npm install command to include --legacy-peer-deps flag
  • Loading branch information
yagizhanNY authored May 23, 2024
2 parents f2f5294 + 2ad3561 commit f484c6f
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 f484c6f

Please sign in to comment.