From 3e1b892eef6100fe0ac06a387551d967f852720e Mon Sep 17 00:00:00 2001 From: Peter Bastiani Date: Tue, 11 Aug 2020 18:38:15 +0200 Subject: [PATCH] Fix build? --- Jenkinsfile.develop | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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