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 f75245a commit 12adbdeCopy full SHA for 12adbde
lib/utils/command.js
@@ -32,7 +32,7 @@ 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');
+ 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));
0 commit comments