We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b7963 commit 3571d73Copy full SHA for 3571d73
1 file changed
tools/scripts/ci-tsx.js
@@ -22,6 +22,9 @@ if (!command) {
22
process.exit(1);
23
}
24
25
+// Log the command being executed
26
+console.log(`> ${command} ${args.join(' ')}`);
27
+
28
// Spawn the command with the configured environment
29
const child = spawn(command, args, {
30
env,
0 commit comments