diff --git a/justfile b/justfile index ed69b59..11ce251 100644 --- a/justfile +++ b/justfile @@ -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