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