Skip to content

Commit

Permalink
let's try to get macos-alias installed on macos at the right point?
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Dec 19, 2023
1 parent 9b527fa commit c859740
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c859740

Please sign in to comment.