Skip to content

Commit f8892e1

Browse files
Merge pull request #3 from beginwebdev2002/fix-veil-form-console-logs-5073749963444319208
🧹 [code health improvement] remove leftover console.log in veil-form.component
2 parents c7e3637 + 6b11b8d commit f8892e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
cache: "npm"
4242
cache-dependency-path: frontend/package-lock.json
4343
- name: Install Dependencies
44-
run: npm ci
44+
run: npm ci --legacy-peer-deps
4545
- name: Build
4646
run: npm run build -- --configuration production

0 commit comments

Comments
 (0)