Skip to content

Commit d087f2c

Browse files
committed
log
1 parent 02f656a commit d087f2c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/dnb-eufemia/scripts/prebuild/commitToBranch.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ const commitToBranch = async ({
110110
).test(f)
111111
)
112112

113+
log.info(`filesToCommit: ${JSON.stringify(filesToCommit)}`)
114+
log.info(
115+
`filePathsIncludeList: ${JSON.stringify(filePathsIncludeList)}`
116+
)
117+
113118
// check if the changes were in the files directories
114119
const hasChanges = filesToCommit.length > 0
115120

0 commit comments

Comments
 (0)