Cleanup
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
parent
e563011099
commit
131e0eb371
@ -7,7 +7,8 @@ pipeline {
|
||||
stages {
|
||||
stage('npm install'){
|
||||
steps {
|
||||
sh '''npm install
|
||||
sh '''rm -rf node_modules/
|
||||
npm install
|
||||
cd projects/common
|
||||
npm install
|
||||
cd ../common-map
|
||||
|
Loading…
Reference in New Issue
Block a user