We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843f83a commit c677b16Copy full SHA for c677b16
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
+ command: install --legacy-peer-deps
74
workingDir: $(Build.SourcesDirectory)
75
verbose: false
76
customEndpoint: 'public proget'
0 commit comments