From 324a93c52dfc8d7aab22f7bd0a15f33bd9075750 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Wed, 15 Mar 2023 23:52:58 -0400 Subject: [PATCH] Fix justfile --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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