fix: add --verbose to npm publish for debugging

这个提交包含在:
XuqmGroup 2026-05-14 19:13:32 +08:00
父节点 b35fb46726
当前提交 85471505a9

2
Jenkinsfile vendored
查看文件

@ -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
"""
}
}