Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
Adding --legacy-peer-deps
  • Loading branch information
zdrawku committed Apr 25, 2024
1 parent fd32f0e commit 97cbbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
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 97cbbf1

Please sign in to comment.