Skip to content

Commit

Permalink
update ci (#14)
Browse files Browse the repository at this point in the history
* update ci

* Update preview.yml

* update app configuration
  • Loading branch information
realjoshuau committed Nov 18, 2023
1 parent f79593f commit dbb7295
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: 👷 Configure project
working-directory: apps/mobile
run: |
eas init --id d202a56f-0162-450d-af3b-a2d2e0678594 --force --non-interactive
eas init --id 7f86376f-9f10-43f4-8792-04a7c0d04265 --force --non-interactive
echo $(jq '.expo.runtimeVersion.policy = "sdkVersion"' app.json) > app.json
- name: 🚀 Build mobile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: 👷 Configure project
working-directory: apps/mobile
run: |
eas init --id d202a56f-0162-450d-af3b-a2d2e0678594 --force --non-interactive
eas init --id 7f86376f-9f10-43f4-8792-04a7c0d04265 --force --non-interactive
echo $(jq '.expo.runtimeVersion.policy = "sdkVersion"' app.json) > app.json
- name: 🚀 Create preview
Expand Down
16 changes: 10 additions & 6 deletions apps/mobile/app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"expo": {
"name": "expo-monorepo",
"slug": "expo-monorepo",
"name": "app",
"slug": "app",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
Expand All @@ -13,9 +13,7 @@
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"assetBundlePatterns": ["**/*"],
"ios": {
"bundleIdentifier": "net.vcrobotics.app",
"buildNumber": "1.0.0",
Expand All @@ -30,6 +28,12 @@
},
"web": {
"favicon": "./assets/favicon.png"
}
},
"extra": {
"eas": {
"projectId": "7f86376f-9f10-43f4-8792-04a7c0d04265"
}
},
"owner": "warriorborgs"
}
}
4 changes: 1 addition & 3 deletions apps/mobile/eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"monorepo": {
"cache": {
"key": "turbo",
"paths": [
"../../node_modules/.cache/turbo"
]
"paths": ["../../node_modules/.cache/turbo"]
}
},
"development": {
Expand Down

0 comments on commit dbb7295

Please sign in to comment.