Skip to content

Commit

Permalink
ci: fix after node windows requiring shell true
Browse files Browse the repository at this point in the history
  • Loading branch information
csett86 authored Apr 21, 2024
1 parent 9b7c975 commit 311257e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const process = require('process');
if (process.platform === 'win32') {
spawnSync('npm.cmd', ['run', 'node-gyp-build'], {
input: 'win32 detected. Ensure native code prebuild or rebuild it',
shell: true,
stdio: 'inherit'
});
}
}

0 comments on commit 311257e

Please sign in to comment.