Skip to content

Commit 3571d73

Browse files
committed
refactor: wip
1 parent 78b7963 commit 3571d73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/scripts/ci-tsx.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ if (!command) {
2222
process.exit(1);
2323
}
2424

25+
// Log the command being executed
26+
console.log(`> ${command} ${args.join(' ')}`);
27+
2528
// Spawn the command with the configured environment
2629
const child = spawn(command, args, {
2730
env,

0 commit comments

Comments
 (0)