Fix justfile

This commit is contained in:
Austen Adler 2023-03-15 23:52:58 -04:00
parent a4be37911c
commit 324a93c52d

View File

@ -7,7 +7,7 @@ rust-test:
cargo test --all
cargo fmt --all --check
rust-build: output-clean
rust-build: docs-build output-clean
cargo build --all
cargo build -p web --release --target x86_64-unknown-linux-musl
earthly +rust-image