Skip to content

Commit

Permalink
Remove esy-bash installation from default postinstall.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasJayanth committed Jul 14, 2024
1 parent 320ed7c commit 208f825
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions dist/release-postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,6 @@ switch (platform) {
}

copyPlatformBinaries("windows-x64");
console.log("Installing native compiler toolchain for Windows...");
cp.execSync(
`npm install @prometheansacrifice/[email protected] --prefix "${__dirname}"`
);
console.log("Native compiler toolchain installed successfully.");
require("./esyInstallRelease");
break;
case "linux":
Expand Down
5 changes: 0 additions & 5 deletions release-postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,6 @@ switch (platform) {
}

copyPlatformBinaries("windows-x64");
console.log("Installing native compiler toolchain for Windows...");
cp.execSync(
`npm install @prometheansacrifice/[email protected] --prefix "${__dirname}"`
);
console.log("Native compiler toolchain installed successfully.");
require("./esyInstallRelease");
break;
case "linux":
Expand Down

0 comments on commit 208f825

Please sign in to comment.