From a93383cf2ed695d99c7cbfbe3d71b58fbc29170c Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Tue, 8 Nov 2022 23:29:05 -0800 Subject: [PATCH] Remove `ENABLE_VC_BUILD` from Vercel deployment (#8876) This env var is no longer necessary. --- vercel.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vercel.json b/vercel.json index 28e12a949..ee6ee2037 100644 --- a/vercel.json +++ b/vercel.json @@ -18,11 +18,6 @@ "destination": "/list-all.json" } ], - "build": { - "env": { - "ENABLE_VC_BUILD": "1" - } - }, "github": { "silent": true, "autoJobCancelation": true