Fix build
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit Details

AW-4620
Willem Dantuma 2021-11-25 11:15:34 +01:00
parent 025889b390
commit 3b8b812c55
1 changed files with 4 additions and 4 deletions

View File

@ -8,13 +8,13 @@ pipeline {
stage('npm install'){
steps {
sh '''rm -rf node_modules/
npm install
npm install --legacy-peer-deps
cd projects/common
npm install
npm install --legacy-peer-deps
cd ../common-map
npm install
npm install --legacy-peer-deps
cd ../common-map3d
npm install
npm install --legacy-peer-deps
'''
}
}