Closed
Description
Do you want to request a feature or report a bug?
Bug: Running yarn run <something>
does not show output when using Git Bash on Windows.
What is the current behavior?
Currently, running yarn run build
outputs Yarn's version and the command npm-watch
(in my case). If an error occurs during the watch process, there is no way to identify it.
What is the desired behavior?
The output should be shown like it is when running the same command via the Windows Command Prompt.
Please mention your node.js, yarn and operating system version.
Node 4.2.6; Yarn 0.15.1; Git 2.9.2 64-bit; Windows 10