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 {
|
stages {
|
||||||
stage('npm install'){
|
stage('npm install'){
|
||||||
steps {
|
steps {
|
||||||
sh '''npm install
|
sh '''rm -rf node_modules/
|
||||||
|
npm install
|
||||||
cd projects/common
|
cd projects/common
|
||||||
npm install
|
npm install
|
||||||
cd ../common-map
|
cd ../common-map
|
||||||
|
Loading…
Reference in New Issue
Block a user