From 82d9d9b1bda3cd46d1eb6ae63bb06c28fd1abcc7 Mon Sep 17 00:00:00 2001 From: Elliott Johnson Date: Tue, 12 May 2026 16:34:01 -0600 Subject: [PATCH] harmless reordering for build --- .tar-get/vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }