fix: add --verbose to npm publish for debugging
这个提交包含在:
父节点
b35fb46726
当前提交
85471505a9
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -77,7 +77,7 @@ pipeline {
|
|||||||
withCredentials([string(credentialsId: 'ACR_PASSWORD', variable: 'TOKEN')]) {
|
withCredentials([string(credentialsId: 'ACR_PASSWORD', variable: 'TOKEN')]) {
|
||||||
bat """
|
bat """
|
||||||
npm config set registry %NEXUS_REGISTRY%
|
npm config set registry %NEXUS_REGISTRY%
|
||||||
npm publish --workspaces --registry %NEXUS_REGISTRY%
|
npm publish --workspaces --registry %NEXUS_REGISTRY% --verbose
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
正在加载...
在新工单中引用
屏蔽一个用户