We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f656a commit d087f2cCopy full SHA for d087f2c
packages/dnb-eufemia/scripts/prebuild/commitToBranch.js
@@ -110,6 +110,11 @@ const commitToBranch = async ({
110
).test(f)
111
)
112
113
+ log.info(`filesToCommit: ${JSON.stringify(filesToCommit)}`)
114
+ log.info(
115
+ `filePathsIncludeList: ${JSON.stringify(filePathsIncludeList)}`
116
+ )
117
+
118
// check if the changes were in the files directories
119
const hasChanges = filesToCommit.length > 0
120
0 commit comments