From 975655a5548b42ceb8e78badf7b8f2e07e9af7f6 Mon Sep 17 00:00:00 2001 From: Theo Browne Date: Tue, 28 Jul 2026 16:03:51 -0700 Subject: [PATCH] fix(release): skip scripts during Vercel installs --- apps/web/vercel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/vercel.ts b/apps/web/vercel.ts index 784eceffa53..12a823a360e 100644 --- a/apps/web/vercel.ts +++ b/apps/web/vercel.ts @@ -30,7 +30,7 @@ export const config: VercelConfig = { deploymentEnabled: false, }, installCommand: - "npm install -g vite-plus && vp install --filter '@t3tools/scripts...' --filter '@t3tools/web...'", + "npm install -g vite-plus && vp install --ignore-scripts --filter '@t3tools/scripts...' --filter '@t3tools/web...'", routes: [ { src: "/__t3code/channel",