ds300 / lazyrepo

Caching task runner for npm/pnpm/yarn monorepos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If a task fails, re-log it's output at the end, without prefixes

ds300 opened this issue · comments

This will involve streaming the output from a task to a file as well as to the terminal, then at the end, if the task failed, spitting the contents of the file onto stdout inside a task group (same as we do for the manifests)