From 17ab8327f70287198699311c1c69a802e5512146 Mon Sep 17 00:00:00 2001 From: gogo Date: Tue, 30 Jan 2024 15:13:39 +0100 Subject: [PATCH] install dioxus-cli --- build-all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-all.sh b/build-all.sh index 0f7295bbe..b1f09a34d 100644 --- a/build-all.sh +++ b/build-all.sh @@ -25,6 +25,7 @@ export CARGO_TARGET_DIR="$(pwd)/target" && cd stdlib/typescript/ && npm run dev.package && cd ../.. && +cargo install dioxus-cli cargo install --path crates/core --force && cargo install --path crates/fdev --force && cd ./modules/identity-management/ && make build &&