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",