feat: init submodules with vercel

This commit is contained in:
Lewis Wynne 2026-01-29 02:17:33 +00:00
parent 1d8ef601bc
commit b2d1a5ae9e

View file

@ -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"
}