From 29fea42a165940676372926fc7d5214b02eee097 Mon Sep 17 00:00:00 2001 From: astone123 Date: Tue, 19 Sep 2023 15:37:25 -0600 Subject: [PATCH] remove typescript resolution [run ci] --- package.json | 1 - scripts/binary/binary-cleanup.js | 2 -- 2 files changed, 3 deletions(-) diff --git a/package.json b/package.json index 0e3214c24b91..d50c4598e5b8 100644 --- a/package.json +++ b/package.json @@ -275,7 +275,6 @@ "**/ua-parser-js": "0.7.33", "@typescript-eslint/eslint-plugin": "4.18.0", "sharp": "0.29.3", - "typescript": "4.7.4", "vue-template-compiler": "2.6.12" } } diff --git a/scripts/binary/binary-cleanup.js b/scripts/binary/binary-cleanup.js index 752a562a58df..41b845d22584 100644 --- a/scripts/binary/binary-cleanup.js +++ b/scripts/binary/binary-cleanup.js @@ -248,8 +248,6 @@ const cleanupUnneededDependencies = async (buildAppDir) => { path.join(buildAppDir, '**', 'plist', 'dist'), // Remove yarn locks path.join(buildAppDir, '**', 'yarn.lock'), - // Remove typescript dependency - path.join(buildAppDir, '**', 'node_modules', 'typescript'), ], { force: true }) // 7. Remove any empty directories as a result of the rest of the cleanup