Skip to content

Commit 7be990a

Browse files
committed
fix(ci): add --legacy-peer-deps to build workflow
1 parent a37fdba commit 7be990a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build frontend
3131
working-directory: frontend
3232
run: |
33-
npm ci
33+
npm ci --legacy-peer-deps
3434
npm run build
3535
3636
- name: Package frontend bundle
@@ -40,6 +40,6 @@ jobs:
4040
- name: Build backend
4141
working-directory: backend
4242
run: |
43-
npm ci
43+
npm ci --legacy-peer-deps
4444
npm run build
4545

0 commit comments

Comments
 (0)