From 9a40597b1f532dfe4b41247411e6145e409677ea Mon Sep 17 00:00:00 2001 From: lew Date: Thu, 29 Jan 2026 03:08:15 +0000 Subject: [PATCH] feat: fetch latest submodule from remote --- www/vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/vercel.json b/www/vercel.json index d07d69e..a152463 100644 --- a/www/vercel.json +++ b/www/vercel.json @@ -1,5 +1,5 @@ { - "installCommand": "git config --global url.\"https://${GITHUB_ACCESS_TOKEN}@github.com/\".insteadOf \"git@github.com:\" && git submodule update --init --recursive && pnpm install", + "installCommand": "git config --global url.\"https://${GITHUB_ACCESS_TOKEN}@github.com/\".insteadOf \"git@github.com:\" && git submodule update --init --recursive --remote && pnpm install", "buildCommand": "pnpm --filter @ily/www build", "outputDirectory": "dist" }