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 '''