Skip to content

Commit 77dd8f7

Browse files
authored
scripts: Force verbose = true (#57)
#### 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.
1 parent 15241e9 commit 77dd8f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/utils.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import 'zx/globals';
22
import { parse as parseToml } from '@iarna/toml';
33

4+
$.verbose = true;
45
process.env.FORCE_COLOR = 3;
56
process.env.CARGO_TERM_COLOR = 'always';
67

0 commit comments

Comments
 (0)