Skip to content

Commit

Permalink
Nodejs: Fix build script for windows (#2243)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M authored May 7, 2024
1 parent 49cc78c commit d880182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/nodejs/scripts/neon-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const moveArtifact = require('./move-artifact');
const { status } = spawnSync(process.platform === 'win32' ? 'yarn.cmd' : 'yarn', ['build:neon'], {
stdio: 'inherit',
cwd: resolve(__dirname, '../'),
shell: true
});

if (status === null) {
Expand Down

0 comments on commit d880182

Please sign in to comment.