Skip to content

Commit 12adbde

Browse files
Update command.js
1 parent f75245a commit 12adbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ 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');
35+
yield helper.runCommand(buildDir, 'cat tsconfig.json');
3636
yield helper.runCommand(buildDir, 'cat package.json');
3737
startProcess('Running build for release...');
3838
yield helper.runCommand(buildDir, misc_1.getBuildCommands(buildDir, pushDir));

0 commit comments

Comments
 (0)