Skip to content

Commit 8638125

Browse files
Update misc.js
1 parent 6d08769 commit 8638125

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/utils/misc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ exports.getBuildCommands = (buildDir, pushDir) => {
100100
commands.push(...exports.getBackupCommands(buildDir, pushDir));
101101
commands.push(...exports.getClearFilesCommands(getCleanTargets()));
102102
commands.push(...exports.getRestoreBackupCommands(buildDir, pushDir));
103+
console.log(commands);
103104
return commands;
104105
};
105106
exports.getCommitMessage = () => core_1.getInput('COMMIT_MESSAGE') || constant_1.DEFAULT_COMMIT_MESSAGE;

0 commit comments

Comments
 (0)