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