added APK build and Gitea release to CI pipelines

This commit is contained in:
2026-02-26 13:59:22 +01:00
parent d29b8df9e3
commit f155ff88c8
3 changed files with 64 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "expo lint",
"build:apk": "eas build --platform android --profile preview --local"
"build:apk": "eas build --platform android --profile preview --local --non-interactive --output ./calchat.apk"
},
"dependencies": {
"@calchat/shared": "*",