@smartsoft001/cli
Advanced tools
Comparing version 0.0.49 to 0.0.50
{ | ||
"name": "@smartsoft001/cli", | ||
"version": "0.0.49", | ||
"version": "0.0.50", | ||
"bin": { | ||
@@ -5,0 +5,0 @@ "smart": "smart.js" |
@@ -11,3 +11,3 @@ "use strict"; | ||
log(` RUN `, command); | ||
child_process_1.execSync(command, { cwd, stdio: [] }); | ||
child_process_1.execSync(command, { cwd, stdio: 'inherit' }); | ||
} | ||
@@ -14,0 +14,0 @@ exports.runCommand = runCommand; |
Sorry, the diff of this file is not supported yet
11804