We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c35ae commit e24268bCopy full SHA for e24268b
azure-pipelines.yml
@@ -66,6 +66,12 @@ stages:
66
command: 'install'
67
displayName: 'Install workspace dependencies'
68
69
+ - task: Npm@1
70
+ inputs:
71
+ workingDir: $(System.DefaultWorkingDirectory)/projects/rh-rsa-form-validators
72
+ command: 'install'
73
+ displayName: 'Install package dependencies'
74
+
75
- task: Npm@1
76
inputs:
77
workingDir: $(System.DefaultWorkingDirectory)/projects/rh-rsa-form-validators
0 commit comments