Skip to content

Commit 208f825

Browse files
committed
Remove esy-bash installation from default postinstall.js
1 parent 320ed7c commit 208f825

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

dist/release-postinstall.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,6 @@ switch (platform) {
168168
}
169169

170170
copyPlatformBinaries("windows-x64");
171-
console.log("Installing native compiler toolchain for Windows...");
172-
cp.execSync(
173-
`npm install @prometheansacrifice/esy-bash@0.1.0-dev-f2e419601a34c3ce53cbe1f025f490276b9e879f --prefix "${__dirname}"`
174-
);
175-
console.log("Native compiler toolchain installed successfully.");
176171
require("./esyInstallRelease");
177172
break;
178173
case "linux":

release-postinstall.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,6 @@ switch (platform) {
168168
}
169169

170170
copyPlatformBinaries("windows-x64");
171-
console.log("Installing native compiler toolchain for Windows...");
172-
cp.execSync(
173-
`npm install @prometheansacrifice/esy-bash@0.1.0-dev-f2e419601a34c3ce53cbe1f025f490276b9e879f --prefix "${__dirname}"`
174-
);
175-
console.log("Native compiler toolchain installed successfully.");
176171
require("./esyInstallRelease");
177172
break;
178173
case "linux":

0 commit comments

Comments
 (0)