diff --git a/.tar-get/vercel.json b/.tar-get/vercel.json index 1a87e91330..9ae0130d82 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", - "framework": null, - "installCommand": "pnpm install --frozen-lockfile" + "installCommand": "pnpm install --frozen-lockfile", + "framework": null }