build(lint): make lockfile check quiet
This commit is contained in:
parent
9e5bf6591f
commit
92690f2d3b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue