~starkingdoms/starkingdoms

4613985b0d064b1a774fc56822c0dce41476b070 — core 2 years ago 0a75df3
fixup! fixup
1 files changed, 1 insertions(+), 1 deletions(-)

M justfile
M justfile => justfile +1 -1
@@ 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: