We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20420c6 commit 1250f03Copy full SHA for 1250f03
example/package.json
@@ -9,6 +9,7 @@
9
"ios": "expo start --ios",
10
"web": "expo start --web",
11
"start": "expo start",
12
+ "local-deploy": "npx expo export --platform web && npx serve dist",
13
"test": "jest"
14
},
15
"dependencies": {
0 commit comments