diff --git a/.tar-get/vercel.json b/.tar-get/vercel.json index 9ae0130d82..1a87e91330 100644 --- a/.tar-get/vercel.json +++ b/.tar-get/vercel.json @@ -1,6 +1,6 @@ { "$schema": "https://openapi.vercel.sh/vercel.json", "buildCommand": "pnpm -w build && pnpm exec tar-get", - "installCommand": "pnpm install --frozen-lockfile", - "framework": null + "framework": null, + "installCommand": "pnpm install --frozen-lockfile" }