We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7e3637 + 6b11b8d commit f8892e1Copy full SHA for f8892e1
1 file changed
.github/workflows/ci.yml
@@ -41,6 +41,6 @@ jobs:
41
cache: "npm"
42
cache-dependency-path: frontend/package-lock.json
43
- name: Install Dependencies
44
- run: npm ci
+ run: npm ci --legacy-peer-deps
45
- name: Build
46
run: npm run build -- --configuration production
0 commit comments