From 147fd50c7f1327b148bf6cb493ba4293f91dd80f Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Thu, 27 Apr 2023 21:33:51 -0400 Subject: [PATCH] Cache wasm output when caching rust builds --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 3945fae..c356218 100644 --- a/justfile +++ b/justfile @@ -59,7 +59,7 @@ init: clean: output-clean cargo clean -rust-cache: +rust-cache: wasm-build cargo check --all cargo build --all cargo test --all