From 4613985b0d064b1a774fc56822c0dce41476b070 Mon Sep 17 00:00:00 2001 From: core Date: Mon, 10 Apr 2023 15:25:24 -0400 Subject: [PATCH] fixup! fixup --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 270a6bbdae0a837a639aaebcf664a7023cbf8e66..b00a4a91638f609a4442eec12ba6ee13b3ba8808 100644 --- a/justfile +++ b/justfile @@ -6,7 +6,7 @@ run_http: build_client_bundle build_client_bundle: rm -rf web/dist - RUST_BACKTRACE=1 wasm-pack build --target web starkingdoms-client + RUST_BACKTRACE=1 wasm-pack build --target web client cp -r client/pkg web/dist install_tooling: