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