Fix build
Some checks failed
FarmMaps/FarmMapsLib/pipeline/head There was a failure building this commit
Some checks failed
FarmMaps/FarmMapsLib/pipeline/head There was a failure building this commit
This commit is contained in:
parent
fdba357e9c
commit
7bca0a57c4
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -8,11 +8,11 @@ pipeline {
|
|||||||
stage('npm install'){
|
stage('npm install'){
|
||||||
steps {
|
steps {
|
||||||
sh '''rm -rf node_modules/
|
sh '''rm -rf node_modules/
|
||||||
npm install
|
npm install --legacy-peer-deps
|
||||||
cd projects/common
|
cd projects/common
|
||||||
npm install
|
npm install --legacy-peer-deps
|
||||||
cd ../common-map
|
cd ../common-map
|
||||||
npm install
|
npm install --legacy-peer-deps
|
||||||
cd ../common-map3d
|
cd ../common-map3d
|
||||||
npm install
|
npm install
|
||||||
'''
|
'''
|
||||||
|
Loading…
Reference in New Issue
Block a user