We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a767c5f commit 53a7a74Copy full SHA for 53a7a74
example/package.json
@@ -6,7 +6,8 @@
6
"start": "expo start --dev-client",
7
"android": "expo run:android",
8
"ios": "expo run:ios",
9
- "web": "expo start --web"
+ "web": "expo start --web",
10
+ "web:build": "expo export -p web"
11
},
12
"dependencies": {
13
"@expo/metro-runtime": "~4.0.0",
0 commit comments