Skip to content

Commit 3c69e11

Browse files
author
Kovacs Alex
committed
feat: add a building project info message
1 parent 07eefac commit 3c69e11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ if (pushToBranch == true && !githubToken) return exit('A GitHub secret token is
3232
await exec(`npm ci`, [], { cwd: directory }).catch(_err => { });
3333

3434
// Build project
35+
console.info('Building project')
3536
const build = await exec(`tsc`, [], { cwd: directory });
3637
if (build !== 0) return exit('Something went wrong while building.');
3738
if (pushToBranch == 'false') return process.exit(0);

0 commit comments

Comments
 (0)