Fix build
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
This commit is contained in:
parent
025889b390
commit
3b8b812c55
@ -8,13 +8,13 @@ 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 --legacy-peer-deps
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user