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