Skip to content

Commit f75245a

Browse files
Update command.js
1 parent 0d07088 commit f75245a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/utils/command.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ exports.prepareFiles = (helper, context) => __awaiter(void 0, void 0, void 0, fu
3232
startProcess('Cloning the remote repo for build...');
3333
yield helper.checkout(buildDir, context);
3434
yield helper.runCommand(buildDir, 'ls -lat');
35+
yield helper.runCommand(buildDir, 'cat .tsconfig.json');
36+
yield helper.runCommand(buildDir, 'cat package.json');
3537
startProcess('Running build for release...');
3638
yield helper.runCommand(buildDir, misc_1.getBuildCommands(buildDir, pushDir));
3739
});

0 commit comments

Comments
 (0)