added APK build and Gitea release to CI pipelines
This commit is contained in:
@@ -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": "*",
|
||||
|
||||
Reference in New Issue
Block a user