From 85471505a9514110c5db6bc27b84bd24bcd31985 Mon Sep 17 00:00:00 2001 From: XuqmGroup Date: Thu, 14 May 2026 19:13:32 +0800 Subject: [PATCH] fix: add --verbose to npm publish for debugging --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """ } }