1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00
This commit is contained in:
maksim bondarenko
2025-08-18 15:32:12 +03:00
parent ac575f28fb
commit 51300508fa

View File

@@ -86,7 +86,7 @@ func (exec *Execute) publish(packageJSON, registry, username, password string, p
log.Entry().Debug("adding **/sap-piper")
npmignore.Add("**/sap-piper")
// temporary installation folder used to install BOM to be ignored
log.Entry().Debug("adding tmp to npmignore")
log.Entry().Debug("adding tmp to npmignore my comment")
npmignore.Add("tmp/")
log.Entry().Debug("adding sboms to npmignore")
npmignore.Add("**/bom*.{xml,json}")