wclr / yalc

Work with yarn/npm packages locally like a boss.
MIT License
5.64k stars 147 forks source link

Surface STDOUT/STDERR from child processes #139

Closed rebolyte closed 4 years ago

rebolyte commented 4 years ago

This passes along stdio: 'inherit' to all instances where child_process.execSync is called, so all STDOUT and STDERR from the child process is displayed.

Without this, the only feedback given, e.g. when a script fails, is Error: Command failed: yarn preyalcpublish.

wclr commented 4 years ago

ok, thanks!