Skip to content

Commit dc53089

Browse files
Update command.js
1 parent b602e5a commit dc53089

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/utils/command.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ exports.prepareFiles = (helper, context) => __awaiter(void 0, void 0, void 0, fu
3131
fs_1.default.mkdirSync(buildDir, { recursive: true });
3232
startProcess('Cloning the remote repo for build...');
3333
yield helper.checkout(buildDir, context);
34+
yield helper.runCommand(buildDir, 'ls -lat');
3435
startProcess('Running build for release...');
3536
yield helper.runCommand(buildDir, misc_1.getBuildCommands(buildDir, pushDir));
3637
});

0 commit comments

Comments
 (0)