mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-17 14:24:26 +01:00
Just configuration for native builds
This commit is contained in:
committed by
Tony Giorgio
parent
4c5a2a819d
commit
01b8645a54
@@ -62,7 +62,7 @@ just remote
|
|||||||
### How to test locally
|
### How to test locally
|
||||||
|
|
||||||
```
|
```
|
||||||
pnpm build && npx cap sync
|
just native
|
||||||
```
|
```
|
||||||
|
|
||||||
Now open up the `android` directory in android studio and run the build
|
Now open up the `android` directory in android studio and run the build
|
||||||
|
|||||||
3
justfile
3
justfile
@@ -9,6 +9,9 @@ local:
|
|||||||
remote:
|
remote:
|
||||||
pnpm unlink --filter "@mutinywallet/mutiny-wasm" && pnpm install
|
pnpm unlink --filter "@mutinywallet/mutiny-wasm" && pnpm install
|
||||||
|
|
||||||
|
native:
|
||||||
|
pnpm install && pnpm build && npx cap sync
|
||||||
|
|
||||||
test:
|
test:
|
||||||
pnpm exec playwright test
|
pnpm exec playwright test
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user