Fix build
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good

This commit is contained in:
Willem Dantuma
2019-10-28 16:26:48 +01:00
parent 8aafeccea6
commit cbda838c19
4 changed files with 36 additions and 26 deletions

View File

@@ -7,7 +7,12 @@ pipeline {
stages {
stage('npm install'){
steps {
sh '''npm install'''
sh '''npm install
cd projects/common
npm install
cd ../common-map
npm install
'''
}
}
stage('build'){