Add npm publish stage
FarmMaps.Develop/FarmMapsLib/develop There was a failure building this commit Details

pull/1/head
Willem Dantuma 2019-07-16 16:32:58 +02:00
parent e03226ccc0
commit 7562851e1d
1 changed files with 7 additions and 0 deletions

View File

@ -12,6 +12,13 @@ pipeline {
cp projects/common/src/assets/resumable.js dist/common/fesm5'''
}
}
stage('npm publish'){
steps {
sh '''cd dist/common
npm publish'''
}
}
}
post {
always {