Skip to content

Commit

Permalink
update env usage in eas.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 committed Aug 26, 2023
1 parent 545ba82 commit 07d7e73
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,10 @@
"production": {
"channel": "production",
"ios": {
"resourceClass": "m-medium",
"env": {
"APP_VARIANT": "prod"
}
"resourceClass": "m-medium"
},
"android": {
"buildType": "apk",
"env": {
"APP_VARIANT": "prod"
}
"buildType": "apk"
},
"env": {
"APP_VARIANT": "prod"
Expand Down

0 comments on commit 07d7e73

Please sign in to comment.