diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml index 10a8f0c..b98eb60 100644 --- a/.github/workflows/aws.yml +++ b/.github/workflows/aws.yml @@ -18,7 +18,7 @@ jobs: cache: 'npm' - name: Install Dependencies - run: npm install + run: npm install --force - name: Build run: npm run build