Handle automatic store publish

This commit is contained in:
Zoe Roux 2023-07-15 23:59:04 +09:00
parent dcf14c6e6f
commit 479d3e9f07
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
{
"cli": {
"version": ">= 3.0.0"
"version": ">= 3.0.0",
"appVersionSource": "remote"
},
"build": {
"development": {

View File

@ -7,7 +7,7 @@
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"build": "eas build --profile production --platform android --non-interactive",
"build": "eas build --profile production --platform android --non-interactive --auto-submit",
"build:dev": "eas build --profile development --platform android --non-interactive",
"update": "eas update --auto --channel prod"
},