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 0d07088 commit f75245aCopy full SHA for f75245a
lib/utils/command.js
@@ -32,6 +32,8 @@ exports.prepareFiles = (helper, context) => __awaiter(void 0, void 0, void 0, fu
32
startProcess('Cloning the remote repo for build...');
33
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');
37
startProcess('Running build for release...');
38
yield helper.runCommand(buildDir, misc_1.getBuildCommands(buildDir, pushDir));
39
});
0 commit comments