We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a60c95 commit 6a7f206Copy full SHA for 6a7f206
scripts/prebuild.js
@@ -31,12 +31,4 @@ if (!fs.existsSync(PREBUILD_DIR)) {
31
process.exit(1);
32
}
33
34
-// Ensure spawn-helper has execute permission (may be stripped by npm pack)
35
-if (process.platform === 'darwin') {
36
- const spawnHelper = path.join(PREBUILD_DIR, 'spawn-helper');
37
- if (fs.existsSync(spawnHelper)) {
38
- fs.chmodSync(spawnHelper, 0o755);
39
- }
40
-}
41
-
42
process.exit(0);
0 commit comments