diff --git a/v3/justfile b/v3/justfile index bc37d4bff66..2c1ce08c904 100644 --- a/v3/justfile +++ b/v3/justfile @@ -8,6 +8,12 @@ default: build: cargo build --release --all-targets +audit: + cargo audit + +audit-fix: + cargo audit fix + format: cargo fmt --check npx --yes prettier --check .