Recovered --force on npm ci, as some components still do not officially suport react 18

This commit is contained in:
Alejandro Celaya
2022-07-19 18:45:18 +02:00
parent d41c1a2a52
commit d67b8c0530
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ jobs:
node-version: 16.15
- name: Build
run: |
npm ci && \
npm ci --force && \
node ./scripts/set-homepage.js /shlink-web-client/${GITHUB_HEAD_REF#refs/heads/} && \
rm src/service-worker.ts && \
npm run build