Skip to content

Commit 6791230

Browse files
committed
Temporary fix for Mirador build error.
1 parent 4b9aacb commit 6791230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codegen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Install dependencies
4242
working-directory: frontend
43-
run: npm install
43+
run: npm install --legacy-peer-deps
4444

4545
- name: Run Codegen
4646
working-directory: frontend

0 commit comments

Comments
 (0)