Skip to content

Commit 03656b7

Browse files
committed
Use installCommand for building parent package in Vercel
1 parent febdd9f commit 03656b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/vercel.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"buildCommand": "cd .. && npm install && npx bob build && cd example && npm install && npx expo export --platform web",
2+
"buildCommand": "npm install && npx expo export --platform web",
33
"outputDirectory": "dist",
44
"devCommand": "npx expo start --web",
5+
"installCommand": "cd .. && npm install && npx bob build && cd example && npm install",
56
"cleanUrls": true,
67
"trailingSlash": false,
78
"rewrites": [

0 commit comments

Comments
 (0)