build(lint): make lockfile check quiet

This commit is contained in:
dundargoc 2024-02-26 10:39:27 +01:00 committed by dundargoc
parent 9e5bf6591f
commit 92690f2d3b

View file

@ -90,7 +90,7 @@ test_wasm:
script/test-wasm
lint:
cargo update --workspace --locked
cargo update --workspace --locked --quiet
cargo check --workspace --all-targets
cargo fmt --all --check
cargo clippy --workspace --all-targets -- -D warnings