diff --git a/Jenkinsfile.develop b/Jenkinsfile.develop index a685fd0..2342919 100644 --- a/Jenkinsfile.develop +++ b/Jenkinsfile.develop @@ -7,7 +7,8 @@ pipeline { stages { stage('npm install'){ steps { - sh '''npm install + sh '''npm cache verify + npm install cd projects/common npm install cd ../common-map