Just configuration for native builds

This commit is contained in:
Tony Giorgio
2023-08-22 14:59:37 -05:00
committed by Tony Giorgio
parent 4c5a2a819d
commit 01b8645a54
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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