Skip to content

Commit 7351a11

Browse files
authored
Hardcover Recommendations and OAuth (Hotfix) (#4904)
1 parent c0462c0 commit 7351a11

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/develop-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- run: |
101101
cd UI/Web || exit
102102
echo 'Installing web dependencies'
103-
npm ci
103+
npm ci --legacy-peer-deps
104104
105105
echo 'Building UI'
106106
npm run prod

.github/workflows/release-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
7777
cd UI/Web || exit
7878
echo 'Installing web dependencies'
79-
npm ci
79+
npm ci --legacy-peer-deps
8080
8181
echo 'Building UI'
8282
npm run prod

0 commit comments

Comments
 (0)