Skip to content

Commit

Permalink
fix: web deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLindhout committed Jan 6, 2025
1 parent a767c5f commit 53a7a74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
"web": "expo start --web",
"web:build": "expo export -p web"
},
"dependencies": {
"@expo/metro-runtime": "~4.0.0",
Expand Down

0 comments on commit 53a7a74

Please sign in to comment.