Fix rust-cache

This commit is contained in:
Austen Adler 2023-04-29 11:22:31 -04:00
parent 280fb7a5ef
commit c81c752dd5

View File

@ -59,7 +59,7 @@ init:
clean: output-clean
cargo clean
rust-cache: wasm-build
rust-cache: build
cargo check --all
cargo build --all
cargo doc --all