-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple sub-scripts do not output progressively #4423
Comments
Yes it is expected since yarn passes YARN_SILENT=1 down to sub scripts to silence its extra output. So it still runs everything, just not in a verbose manner. |
Is there a switch like |
@borekb unfortunately not :( That said may be this is something we should support? |
I wouldn't complain :) |
@borekb how about you submit a PR then? 😉 |
In all honesty, I won't be able to do that anytime soon but will keep it in mind. Thanks! |
For now the workaround is to set |
I have package.json scripts like this:
This is the output from [email protected] which is what I would say is "expected":
Yarn produces this:
and the wait is quite long. Is this expected behavior or possibly a bug?
Node 8.4.0, Yarn 1.0.1, Windows 10
The text was updated successfully, but these errors were encountered: