We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b602e5a commit dc53089Copy full SHA for dc53089
lib/utils/command.js
@@ -31,6 +31,7 @@ exports.prepareFiles = (helper, context) => __awaiter(void 0, void 0, void 0, fu
31
fs_1.default.mkdirSync(buildDir, { recursive: true });
32
startProcess('Cloning the remote repo for build...');
33
yield helper.checkout(buildDir, context);
34
+ yield helper.runCommand(buildDir, 'ls -lat');
35
startProcess('Running build for release...');
36
yield helper.runCommand(buildDir, misc_1.getBuildCommands(buildDir, pushDir));
37
});
0 commit comments