Skip to content

Commit

Permalink
fix: expo export web command in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sachdevavaibhav committed May 11, 2024
1 parent b5e679d commit 5707dbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:

- name: Build example for Web
run: |
yarn example expo export:web
yarn example expo export -p web
5 changes: 2 additions & 3 deletions example/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"platforms": ["android", "ios", "web"],
"scheme": "myapp",
"userInterfaceStyle": "automatic",
"splash": {
Expand All @@ -26,9 +27,7 @@
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router"
],
"plugins": ["expo-router"],
"experiments": {
"typedRoutes": true
}
Expand Down

0 comments on commit 5707dbb

Please sign in to comment.