disable progress-estimator logging (for lerna run --stream build
or CI)
#689
Labels
kind: feature
New feature or request
scope: integration
Related to an integration, not necessarily to core (but could influence core)
topic: monorepo
Related to Lerna monorepos
In CI environment or with
lerna run --stream build
it is desired to not clean line. This is caused by fancy logger (fromprogress-estimator
)Current Behavior
Fancy progress estimator appear in console on
tsdx build
.This is not as cool as it should be in some cases,
it may overwrites output of different process run in parallel i.e. with
lerna --stream
Desired Behavior
Possibility to turn on no line-destructive logger
Suggested Solution
Replace fancy
progress-estimator
with primitiveconsole.log
if:process.env.CI
--no-estimate
is setWho does this impact? Who is this for?
lerna --stream
The text was updated successfully, but these errors were encountered: