Akryum / monorepo-run

Run scripts in monorepo with colors, streaming and separated panes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

monorepo-run exits with 0 even if script failed

mAAdhaTTah opened this issue · comments

I have 3 commits in this PR that demonstrate the problem:

mAAdhaTTah/brookjs#757

  • The first commit has everything passing.
  • The second commit switches to lerna to run the tests & they fail.
  • The third commit is the a fix. (The remaining problem is caused by the loss of colors in the output, which monorepo-run fixes)

The tests for brookjs-desalinate failed but the script still exited with code 0.