From 1be09fcb27aa91e90d54e5f5dc214544699822a6 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Thu, 2 Mar 2023 01:05:05 -0500 Subject: [PATCH] Fix justfile target --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 9b30047..2d08f84 100644 --- a/justfile +++ b/justfile @@ -38,7 +38,7 @@ fmt: serve: http-server --verbose ./web-frontend/build/ -init-verbose: +init: yarn --cwd ./web-frontend/ cargo fetch cargo install wasm-pack