From b2d1a5ae9e5125100d825fe479a193477e270a5a Mon Sep 17 00:00:00 2001 From: lew Date: Thu, 29 Jan 2026 02:17:33 +0000 Subject: [PATCH] feat: init submodules with vercel --- vercel.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vercel.json b/vercel.json index b0e99f9..32928ef 100644 --- a/vercel.json +++ b/vercel.json @@ -1,4 +1,5 @@ { + "installCommand": "git config --global url.\"https://${GITHUB_ACCESS_TOKEN}@github.com/\".insteadOf \"git@github.com:\" && git submodule update --init --recursive && pnpm install", "buildCommand": "pnpm --filter @ily/www build", "outputDirectory": "apps/www/dist" }