Cache wasm output when caching rust builds

This commit is contained in:
Austen Adler 2023-04-27 21:33:51 -04:00
parent 2df1c1c59a
commit 147fd50c7f

View File

@ -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