Skip to content

Commit febdd9f

Browse files
committed
Fix Vercel build command to build parent package
1 parent 3e2881f commit febdd9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"buildCommand": "npm install && npx expo export --platform web",
2+
"buildCommand": "cd .. && npm install && npx bob build && cd example && npm install && npx expo export --platform web",
33
"outputDirectory": "dist",
44
"devCommand": "npx expo start --web",
55
"cleanUrls": true,

0 commit comments

Comments
 (0)