Skip to content

Commit

Permalink
maybe we do not need that
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Dec 19, 2023
1 parent 5d470d3 commit 2fc7f0e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2fc7f0e

Please sign in to comment.