From 87912a9d82268cbf0fd5b652be9b31161c7b907c Mon Sep 17 00:00:00 2001 From: kavi castelo <85213722+kavicastelo@users.noreply.github.com> Date: Tue, 23 Apr 2024 23:14:52 +0530 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3125bd8c..2eb055c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Install dependencies run: | cd client - npm install + npm install --force - name: Build frontend run: npm run build -- --prod