DEV Community

Discussion on: The not fancy CLI output of pnpm

Collapse
 
jvanbruegge profile image
Jan van Brügge • Edited

Mmmh, this first MPR image looks vaguely familiar :D

Collapse
 
zkochan profile image
Zoltan Kochan • Edited

(-: By the way, try out v2.14. There are many improvements.

I changed the output of pnpm recursive run/test. When concurrency is 1, the child output inherits stdout. So you'll be able to change pnpm recursive exec -- pnpm run test-ci to just pnpm recursive run test-ci in your test-ci script