From 01b8645a5496651a6cb04da8f0b271904096484a Mon Sep 17 00:00:00 2001 From: Tony Giorgio Date: Tue, 22 Aug 2023 14:59:37 -0500 Subject: [PATCH] Just configuration for native builds --- README.md | 2 +- justfile | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dae6a2..d175e82 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ just remote ### How to test locally ``` -pnpm build && npx cap sync +just native ``` Now open up the `android` directory in android studio and run the build diff --git a/justfile b/justfile index e898ea5..bbb13d0 100644 --- a/justfile +++ b/justfile @@ -9,6 +9,9 @@ local: remote: pnpm unlink --filter "@mutinywallet/mutiny-wasm" && pnpm install +native: + pnpm install && pnpm build && npx cap sync + test: pnpm exec playwright test