release icon fix
This commit is contained in:
2
publish/new/Jenkinsfile
vendored
2
publish/new/Jenkinsfile
vendored
@@ -6,7 +6,7 @@ stage ('publish') {
|
||||
echo 'found tag ' + tag
|
||||
sh "echo '${JEN_FILES_TMP_NAME}' >> .npmignore"
|
||||
withNPM(npmrcConfig:'npm-cfg') {
|
||||
echo "Performing npm build..."
|
||||
echo "Performing npm publish..."
|
||||
sh 'npm publish --access public'
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user