Skip to content

Commit

Permalink
add android build script
Browse files Browse the repository at this point in the history
  • Loading branch information
diepoe committed Mar 21, 2023
1 parent 2d1030a commit 5b3d3c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ pnpm run dev -- --open

To create a production version of the app:

### android
```bash
chmod +x ./run-android

./run-android
```

### ios
```bash
chmod +x ./run-ios

Expand Down
2 changes: 2 additions & 0 deletions run-android
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
pnpm build && npx cap sync && npx cap run android

0 comments on commit 5b3d3c2

Please sign in to comment.