From 2fc7f0efa84d875be6127bfa0367ec52ec834083 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 18 Dec 2023 18:46:58 -0800 Subject: [PATCH] maybe we do not need that --- forge.config.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/forge.config.js b/forge.config.js index 49e0a0ab1..2830f3122 100644 --- a/forge.config.js +++ b/forge.config.js @@ -140,17 +140,6 @@ let config = { } return packageJson; }, - preMake: async (forgeConfig) => { - if (process.platform === 'darwin') { - - console.log("About to install macos-alias"); - const npmInstall = spawnSync("npm", ["install", "macos-alias"], { - cwd: buildPath, - stdio: "inherit", - shell: "true", - }); - } - }, packageAfterPrune: async ( forgeConfig,