chore: add environment names to builds

This commit is contained in:
herrrta
2025-03-29 11:42:52 -04:00
parent 3201499397
commit f6baf490fb

View File

@@ -5,6 +5,7 @@
}, },
"build": { "build": {
"development": { "development": {
"environment": "development",
"developmentClient": true, "developmentClient": true,
"distribution": "internal", "distribution": "internal",
"android": { "android": {
@@ -15,6 +16,7 @@
} }
}, },
"development_tv": { "development_tv": {
"environment": "development",
"developmentClient": true, "developmentClient": true,
"distribution": "internal", "distribution": "internal",
"android": { "android": {
@@ -26,12 +28,14 @@
} }
}, },
"preview": { "preview": {
"environment": "development",
"distribution": "internal", "distribution": "internal",
"env": { "env": {
"EXPO_PUBLIC_WRITE_DEBUG": "1" "EXPO_PUBLIC_WRITE_DEBUG": "1"
} }
}, },
"development-simulator": { "development-simulator": {
"environment": "development",
"developmentClient": true, "developmentClient": true,
"distribution": "internal", "distribution": "internal",
"ios": { "ios": {
@@ -42,12 +46,14 @@
} }
}, },
"production": { "production": {
"environment": "production",
"channel": "0.28.0", "channel": "0.28.0",
"android": { "android": {
"image": "latest" "image": "latest"
} }
}, },
"production-apk": { "production-apk": {
"environment": "production",
"channel": "0.28.0", "channel": "0.28.0",
"android": { "android": {
"buildType": "apk", "buildType": "apk",
@@ -55,6 +61,7 @@
} }
}, },
"production-apk-tv": { "production-apk-tv": {
"environment": "production",
"channel": "0.28.0", "channel": "0.28.0",
"android": { "android": {
"buildType": "apk", "buildType": "apk",