Skip to content

Commit 97cbbf1

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
Adding --legacy-peer-deps
1 parent fd32f0e commit 97cbbf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717
- task: Npm@1
1818
inputs:
1919
command: 'custom'
20-
customCommand: 'install'
20+
customCommand: 'install --legacy-peer-deps'
2121
customEndpoint: 'public proget'
2222
env:
2323
AZURE_PIPELINES: "true"

0 commit comments

Comments
 (0)