From 72a6f2304642f1dbbd6c7827fe8c57328dad6241 Mon Sep 17 00:00:00 2001 From: ThatGuySam Date: Sat, 12 Aug 2023 13:58:14 -0500 Subject: [PATCH] Disable scan-new-apps step --- scripts/vercel-build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vercel-build.js b/scripts/vercel-build.js index 22d12e1..c3c045b 100644 --- a/scripts/vercel-build.js +++ b/scripts/vercel-build.js @@ -3,7 +3,7 @@ import { execSync } from 'child_process' // The exec import ;(async () => { // scan-new-apps test-prebuild build-lists-and-api test-postbuild-api const steps = [ - 'scan-new-apps', + // 'scan-new-apps', 'test-prebuild', 'build-lists-and-api', 'test-postbuild-api'