Skip to content

Commit

Permalink
install legacy peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
floris-thijssen-ritense committed Oct 24, 2024
1 parent c3b2846 commit b7ca06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- run: npm install --global @angular/cli
working-directory: frontend/projects/valtimo/xential
- run: npm install
- run: npm install --legacy-peer-deps
working-directory: frontend/projects/valtimo/xential
- run: npm run build
working-directory: frontend/projects/valtimo/xential
Expand Down

0 comments on commit b7ca06f

Please sign in to comment.