From e3a4ef7a804390cf1e381766baf7baf60b873a57 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Fri, 18 Jul 2025 06:40:50 -0500 Subject: [PATCH] refactor(zip builds): removed the c# wrapper as it wont be used on this build anymore --- server/scripts/zipUpBuild.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/scripts/zipUpBuild.ts b/server/scripts/zipUpBuild.ts index 82313c5..af8b53b 100644 --- a/server/scripts/zipUpBuild.ts +++ b/server/scripts/zipUpBuild.ts @@ -38,6 +38,7 @@ const ignoreList = [ //misc files "jsTesting", "dotnetwrapper", + "prodBuild", ]; const shouldIgnore = (itemPath: any) => {