diff --git a/justfile b/justfile index a12da43f..30c3e225 100644 --- a/justfile +++ b/justfile @@ -89,10 +89,11 @@ install: # Run `harper-cli` on the Harper repository dogfood: #! /bin/bash + cargo build --release for file in `fd -e rs` do echo Linting $file - cargo run --bin harper-cli --release --quiet -- lint $file + ./target/release/harper-cli lint $file done test: