Skip to content

Commit

Permalink
remove cache, remove local eas-cli for global, and retry builds
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacrmoreno committed Aug 8, 2022
1 parent b328070 commit cdf8c59
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 775 deletions.
3 changes: 0 additions & 3 deletions apps/mobile/eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"cli": {
"version": ">= 0.52.0"
},
"cache": {
"disabled": true
},
"build": {
"development": {
"developmentClient": true,
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"start": "expo start",
"start:clear": "expo start --clear",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
Expand All @@ -16,7 +17,6 @@
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.5",
"@react-navigation/stack": "^6.0.11",
"eas-cli": "0.54.1",
"expo": "^46.0.0",
"expo-application": "~4.2.2",
"expo-av": "~12.0.3",
Expand Down
Loading

0 comments on commit cdf8c59

Please sign in to comment.