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
#### Problem
zx v8 suppresses output from subcommands, as outlined in the migration
[guide](https://google.github.io/zx/migration-from-v7#migration-from-v7-to-v8).
This makes it challenging to debug issues during CI or local runs.
#### Summary of changes
Set `$.verbose = true` via the utils script so that all jobs become
verbose.
0 commit comments