From 7bca0a57c4ef121614ad631507b68c54b019d75f Mon Sep 17 00:00:00 2001 From: Willem Dantuma Date: Fri, 26 Nov 2021 12:02:01 +0100 Subject: [PATCH] Fix build --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6abaae8..22a5dfc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 '''