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 3673682 commit 61be446Copy full SHA for 61be446
package.json
@@ -8,6 +8,7 @@
8
"android": "expo start --android",
9
"ios": "expo start --ios",
10
"web": "expo start --web",
11
+ "build": "expo export --platform web",
12
"test": "jest --watchAll",
13
"lint": "expo lint"
14
},
0 commit comments