diff --git a/Jenkinsfile.develop b/Jenkinsfile.develop index 5cfc285..e9b1dc7 100644 --- a/Jenkinsfile.develop +++ b/Jenkinsfile.develop @@ -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 {