From 2ad356167caa907b8e9e2ed0e3cdb6ab73222f96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C4=9F=C4=B1zhan=20Necat=20Yakal=C4=B1?= Date: Thu, 23 May 2024 13:37:17 +0300 Subject: [PATCH] chore: Update npm install command to include --legacy-peer-deps flag --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2a61a1c..acbc5d6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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