Skip to content

Commit

Permalink
eas
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Dec 31, 2024
1 parent 34cbb42 commit e4af80f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions ui/eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"cli": {
"version": ">= 14.2.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}

1 comment on commit e4af80f

@expo
Copy link

@expo expo bot commented on e4af80f Dec 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitHub Build Trigger Failure

The build trigger failed with the following error:

GITHUB_NOT_FOUND_ERROR: Failed to read "/eas.json".

Please check your GitHub app installation settings and your Expo project's GitHub settings to make sure you've configured everything correctly.

Please sign in to comment.