Skip to content

Commit

Permalink
chore(*): Add --legacy-peer-deps for extras package instal
Browse files Browse the repository at this point in the history
  • Loading branch information
zdrawku committed Apr 25, 2024
1 parent fa1ba27 commit 37979bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
- task: Npm@1
inputs:
command: 'custom'
customCommand: 'install'
customCommand: 'install --legacy-peer-deps'
customEndpoint: 'public proget'
env:
AZURE_PIPELINES: "true"
Expand Down

0 comments on commit 37979bd

Please sign in to comment.