Skip to content

Commit 22a33cd

Browse files
authored
Merge pull request #69 from reactome:fix/deploy
fix: legacy-peer-deps added
2 parents 5eed9ad + b095ced commit 22a33cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "Deploying to version $VERSION"
3838
3939
- name: Install dependencies
40-
run: npm ci
40+
run: npm ci --legacy-peer-deps
4141

4242
- name: Build
4343
run: |

0 commit comments

Comments
 (0)