eas and script updates
This commit is contained in:
parent
1ca88b176c
commit
b8697545b7
15
eas.json
15
eas.json
|
@ -3,15 +3,14 @@
|
|||
"version": ">= 2.7.1"
|
||||
},
|
||||
"build": {
|
||||
"local": {
|
||||
"adhoc": {
|
||||
"distribution": "internal",
|
||||
"android": {
|
||||
"buildType": "apk",
|
||||
"image": "latest"
|
||||
},
|
||||
"ios": {
|
||||
"simulator": true
|
||||
}
|
||||
"channel": "internal"
|
||||
},
|
||||
"adhoc:dev": {
|
||||
"distribution": "internal",
|
||||
"channel": "internal",
|
||||
"developmentClient": true
|
||||
},
|
||||
"development": {
|
||||
"developmentClient": true,
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
"android": "npx expo start --android",
|
||||
"ios": "npx expo start --ios",
|
||||
"web": "npx expo start --web",
|
||||
"build:local": "eas build --profile local --local",
|
||||
"build:adhoc": "eas build --profile adhoc --local",
|
||||
"build:dev": "eas build --profile development --local",
|
||||
"build:preview": "node scripts/updateVersion.js && eas build --profile preview --local",
|
||||
"build:production": "node scripts/updateVersion.js && eas build --profile production --local",
|
||||
"build:preview": "eas build --profile preview --local",
|
||||
"build:production": "eas build --profile production --local",
|
||||
"eas:preview": "eas build --profile preview --auto-submit",
|
||||
"eas:production": "eas build --profile production --auto-submit",
|
||||
"submit:preview": "eas submit --profile preview",
|
||||
|
|
Loading…
Reference in New Issue