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

2022.01
Willem Dantuma 2021-11-26 12:02:01 +01:00
parent fdba357e9c
commit 7bca0a57c4
1 changed files with 3 additions and 3 deletions

6
Jenkinsfile vendored
View File

@ -8,11 +8,11 @@ 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
'''