We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be7e70 commit c2aa26dCopy full SHA for c2aa26d
1 file changed
azure-devops/app-cd.yml
@@ -70,7 +70,7 @@ steps:
70
- task: Npm@1
71
displayName: npm install
72
inputs:
73
- command: install --legacy-peer-deps
+ command: install
74
workingDir: $(Build.SourcesDirectory)
75
verbose: false
76
customEndpoint: 'public proget'
0 commit comments