Skip to content
Bug Fixes
- all lint-staged output respects the
quiet option (aba3421)
- do not show incorrect error when verbose and no output (b8df31a)
- log task output after running listr to keep everything (d69c65b)
- use test renderer during tests and when TERM=dumb (16848d8)
Features
- add
--verbose to show output even when tasks succeed (85de3a3)
- allow specifying
cwd using the Node.js API (a3bd9d7)
- replace listr with listr2 and print errors inline (8f32a3e)