You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(build): add --verbose and --progress flags (#2858)
* feat(build): add --verbose and --progress flags
Currently builds output a lot of information, some of which can hide
errors, by default.
This PR cuts down on the information shown and adds a `--verbose` flag to
restore previous build output.
A `--progress` flag is also present to turn off progress logging in CI
environments.
Fix#1836Fix#2012
0 commit comments