Skip to content

Commit e24268b

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 56c35ae commit e24268b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ stages:
6666
command: 'install'
6767
displayName: 'Install workspace dependencies'
6868

69+
- task: Npm@1
70+
inputs:
71+
workingDir: $(System.DefaultWorkingDirectory)/projects/rh-rsa-form-validators
72+
command: 'install'
73+
displayName: 'Install package dependencies'
74+
6975
- task: Npm@1
7076
inputs:
7177
workingDir: $(System.DefaultWorkingDirectory)/projects/rh-rsa-form-validators

0 commit comments

Comments
 (0)