Fix justfile target

This commit is contained in:
Austen Adler 2023-03-02 01:05:05 -05:00
parent d3fdd17d3c
commit 1be09fcb27

View File

@ -38,7 +38,7 @@ fmt:
serve: serve:
http-server --verbose ./web-frontend/build/ http-server --verbose ./web-frontend/build/
init-verbose: init:
yarn --cwd ./web-frontend/ yarn --cwd ./web-frontend/
cargo fetch cargo fetch
cargo install wasm-pack cargo install wasm-pack