Skip to content

Commit

Permalink
add verbosity level to meta-cli task in whiz
Browse files Browse the repository at this point in the history
  • Loading branch information
Natoandro committed Jun 18, 2024
1 parent 529b472 commit eeedbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whiz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ meta-cli:
- "typegate/src/**/*.ts"
- "typegate/core/**/*.rs"
- "libs/deno/**/*"
command: "cargo run -p meta-cli -- -C examples/typegraphs dev --run-destructive-migrations"
command: "cargo run -p meta-cli -- -C examples/typegraphs dev --run-destructive-migrations -vvv"
depends_on:
- typegraph

Expand Down

0 comments on commit eeedbb0

Please sign in to comment.