Add npm publish stage
Some checks failed
FarmMaps.Develop/FarmMapsLib/develop There was a failure building this commit
Some checks failed
FarmMaps.Develop/FarmMapsLib/develop There was a failure building this commit
This commit is contained in:
parent
e03226ccc0
commit
7562851e1d
@ -12,6 +12,13 @@ pipeline {
|
|||||||
cp projects/common/src/assets/resumable.js dist/common/fesm5'''
|
cp projects/common/src/assets/resumable.js dist/common/fesm5'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('npm publish'){
|
||||||
|
steps {
|
||||||
|
sh '''cd dist/common
|
||||||
|
npm publish'''
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
|
Loading…
Reference in New Issue
Block a user