From f3ea19fac4519c6fffd28b981e04370004677003 Mon Sep 17 00:00:00 2001 From: astone123 Date: Tue, 19 Sep 2023 09:41:50 -0600 Subject: [PATCH] try to remove typescript from production binary [run ci] --- scripts/binary/binary-cleanup.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/binary/binary-cleanup.js b/scripts/binary/binary-cleanup.js index 41b845d22584..311813522e41 100644 --- a/scripts/binary/binary-cleanup.js +++ b/scripts/binary/binary-cleanup.js @@ -93,6 +93,7 @@ const getDependencyPathsToKeep = async (buildAppDir) => { 'enhanced-resolve/lib/createInnerCallback', '@babel/preset-typescript/package.json', './addon/addon-native', + 'typescript', ], })