From 15840de05644eaf5cc193036263ba6a2ef07ef84 Mon Sep 17 00:00:00 2001 From: 11Ajinkya <106516502+11Ajinkya@users.noreply.github.com> Date: Thu, 15 Feb 2024 11:53:03 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 83805ee..b8f039f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,9 +20,8 @@ jobs: - name: build app run: | - npm install npm cache clean --force #*try clearing out npm cache* - npm install --legacy-peer-deps #*run the command with the --legacy-peer-deps option* + #npm install --legacy-peer-deps #*run the command with the --legacy-peer-deps option* npm install --force #* run the command with the --force* npm build