diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f74666c62..e06063a72 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,7 +17,7 @@ steps: - task: Npm@1 inputs: command: 'custom' - customCommand: 'install --legacy-peer-deps' + customCommand: 'install' customEndpoint: 'public proget' env: AZURE_PIPELINES: "true"