From f236a3d3edd3ab07fbfc96fddfaa276760ff561e Mon Sep 17 00:00:00 2001 From: Ryan Manuel Date: Wed, 9 Nov 2022 10:07:59 -0600 Subject: [PATCH] fix windows --- scripts/binary/binary-cleanup.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/binary/binary-cleanup.js b/scripts/binary/binary-cleanup.js index 9562297a7776..31a48b6c5b56 100644 --- a/scripts/binary/binary-cleanup.js +++ b/scripts/binary/binary-cleanup.js @@ -81,8 +81,8 @@ const getDependencyPathsToKeep = async (buildAppDir) => { metafile: true, absWorkingDir: buildAppDir, external: [ - './packages/packherd-require/dist/transpile-ts', - './packages/server/server-entry', + './transpile-ts', + './server-entry', 'fsevents', 'pnpapi', '@swc/core',