Skip to content

Commit

Permalink
TDOPS-4938: force windows to use a shell
Browse files Browse the repository at this point in the history
  • Loading branch information
lmaillet committed Aug 2, 2023
1 parent fc50964 commit 90c3608
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/scripts-core/src/scripts/build-lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export default async function build(env, presetApi, unsafeOptions) {
{
stdio: 'inherit',
env,
shell: process.platform === 'win32',
},
);
babelSpawn.on('exit', status => {
Expand Down

0 comments on commit 90c3608

Please sign in to comment.