amaranth / yarn-foreach-error

Example of `yarn workspaces foreach` incorrectly giving a 0 exit code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to reproduce

$ cd packages/failure
$ yarn test
$ echo $?
1
$ cd ../..
$ yarn test
➤ YN0000: [failure]: Process exited without output (exit code 1)
➤ YN0000: Done in 0.31s
$ echo $?
0

About

Example of `yarn workspaces foreach` incorrectly giving a 0 exit code


Languages

Language:JavaScript 100.0%