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 febdd9f commit 03656b7Copy full SHA for 03656b7
example/vercel.json
@@ -1,7 +1,8 @@
1
{
2
- "buildCommand": "cd .. && npm install && npx bob build && cd example && npm install && npx expo export --platform web",
+ "buildCommand": "npm install && npx expo export --platform web",
3
"outputDirectory": "dist",
4
"devCommand": "npx expo start --web",
5
+ "installCommand": "cd .. && npm install && npx bob build && cd example && npm install",
6
"cleanUrls": true,
7
"trailingSlash": false,
8
"rewrites": [
0 commit comments