-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
Do you want to request a feature or report a bug?
feature
What is the current behavior?
I use the npm test
command in my ember cli projects to run my tests. I was happy to see that yarn test
works the same way as npm test
but it's missing one feature that I use: the --silent
flag.
When I run yarn test --silent
(or yarn run test --silent
) it prints out the yarn version and command it runs:
$ yarn run test --silent
yarn run v0.15.1
$ ember test
...
What is the expected behavior?
I would expect that when I run yarn run <cmd> --silent
it would suppress the output of the yarn version and the command it is running, similar to how npm run --silent
works.
Please mention your node.js, yarn and operating system version.
Node: v4.6.0
Yarn: v0.15.1
OS: MacOS Sierra 10.12.0
ticky, sapegin, rmoriz, jacott, chrisatomix and 72 morejoshuapinter
Metadata
Metadata
Assignees
Labels
No labels