Skip to content

Commit 5bccaa6

Browse files
Provide log message in case externally provided package list is used. (#5399)
Co-authored-by: phgermanov <[email protected]>
1 parent a493d7c commit 5bccaa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/npm/npm.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ func (exec *Execute) RunScriptsInAllPackages(runScripts []string, runOptions []s
146146

147147
if len(packagesList) > 0 {
148148
packageJSONFiles = packagesList
149+
log.Entry().Infof("Using provided package-list: %s", strings.Join(packageJSONFiles, ", "))
149150
} else {
150151
packageJSONFiles, err = exec.FindPackageJSONFilesWithExcludes(excludeList)
151152
if err != nil {

0 commit comments

Comments
 (0)