From c8597408a249e6b8d44718174d3a5a910100a5b9 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 18 Dec 2023 17:10:17 -0800 Subject: [PATCH] let's try to get macos-alias installed on macos at the right point? --- forge.config.js | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/forge.config.js b/forge.config.js index 97628a26f..02bccfa27 100644 --- a/forge.config.js +++ b/forge.config.js @@ -166,7 +166,7 @@ let config = { } }); if (platform === "darwin") { - const npmInstall = spawnSync("npm", ["install", "mac-alias"], { + const npmInstall = spawnSync("npm", ["install", "macos-alias"], { cwd: buildPath, stdio: "inherit", shell: "true", diff --git a/package.json b/package.json index 16de35709..0b462ca3e 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,6 @@ "eslint-plugin-react-hooks": "^4.4.0", "husky": "^1.1.2", "lint-staged": "^12.3.7", - "macos-alias": "^0.2.11", "node-abi": "^3.8.0", "node-glob": "^1.2.0", "node-loader": "^2.0.0",