Skip to content

Commit

Permalink
Fix nodejs build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M committed Apr 17, 2024
1 parent a21fa0f commit aaad85a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/nodejs/scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const { spawnSync } = require('child_process');
const { status } = spawnSync(process.platform === 'win32' ? 'yarn.cmd' : 'yarn', ['build'], {
stdio: 'inherit',
cwd: resolve(__dirname, '../'),
shell: true
});

if (status === null) {
Expand Down

0 comments on commit aaad85a

Please sign in to comment.