From e2b7c1869242bfb7b072009d7a562fce910fd84b Mon Sep 17 00:00:00 2001 From: lew Date: Sat, 31 Jan 2026 22:55:23 +0000 Subject: [PATCH] fix: incorrect installCommand path --- www/vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/vercel.json b/www/vercel.json index e65c028..f796588 100644 --- a/www/vercel.json +++ b/www/vercel.json @@ -1,5 +1,5 @@ { - "installCommand": "./install.sh", + "installCommand": "../install.sh", "buildCommand": "pnpm --filter @ily/www build", "outputDirectory": "dist" }