Skip to content

Commit 53a7a74

Browse files
fix: web deploy
1 parent a767c5f commit 53a7a74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"start": "expo start --dev-client",
77
"android": "expo run:android",
88
"ios": "expo run:ios",
9-
"web": "expo start --web"
9+
"web": "expo start --web",
10+
"web:build": "expo export -p web"
1011
},
1112
"dependencies": {
1213
"@expo/metro-runtime": "~4.0.0",

0 commit comments

Comments
 (0)