Skip to content

Commit 263a8f1

Browse files
Update command.js
1 parent 12adbde commit 263a8f1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/utils/command.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ 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');
35-
yield helper.runCommand(buildDir, 'cat tsconfig.json');
36-
yield helper.runCommand(buildDir, 'cat package.json');
3734
startProcess('Running build for release...');
3835
yield helper.runCommand(buildDir, misc_1.getBuildCommands(buildDir, pushDir));
3936
});

0 commit comments

Comments
 (0)