diff --git a/.changeset/tidy-ties-drop.md b/.changeset/tidy-ties-drop.md new file mode 100644 index 00000000..2345fca1 --- /dev/null +++ b/.changeset/tidy-ties-drop.md @@ -0,0 +1,5 @@ +--- +"xlog": minor +--- + +Disabled dotenv in EAS CI. diff --git a/eas.json b/eas.json index 39a10eb8..7554b78f 100644 --- a/eas.json +++ b/eas.json @@ -6,7 +6,9 @@ "build": { "development-simulator": { "env": { - "STAGE": "development" + "STAGE": "development", + "FLIPPER_DISABLE": "1", + "EXPO_NO_DOTENV": "1" }, "developmentClient": true, "distribution": "internal", @@ -17,7 +19,9 @@ }, "development": { "env": { - "STAGE": "development" + "STAGE": "development", + "FLIPPER_DISABLE": "1", + "EXPO_NO_DOTENV": "1" }, "developmentClient": true, "distribution": "internal", @@ -28,7 +32,9 @@ }, "preview": { "env": { - "STAGE": "test" + "STAGE": "test", + "FLIPPER_DISABLE": "1", + "EXPO_NO_DOTENV": "1" }, "distribution": "internal", "ios": { @@ -39,7 +45,9 @@ }, "production": { "env": { - "STAGE": "production" + "STAGE": "production", + "FLIPPER_DISABLE": "1", + "EXPO_NO_DOTENV": "1" }, "ios": { "resourceClass": "large"