diff --git a/Jenkinsfile b/Jenkinsfile index acaea7f..c7979f6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -77,7 +77,7 @@ pipeline { withCredentials([string(credentialsId: 'ACR_PASSWORD', variable: 'TOKEN')]) { bat """ npm config set registry %NEXUS_REGISTRY% - npm publish --workspaces --registry %NEXUS_REGISTRY% + npm publish --workspaces --registry %NEXUS_REGISTRY% --verbose """ } }