Skip to content

Commit 664e2dd

Browse files
add back as a default
1 parent 32aa10f commit 664e2dd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/scripts/utils.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export async function run(command, args = [], options = {}) {
8181
const commandDetails = `+ ${command} ${args.join(' ')}${options.cwd ? ` (in: ${options.cwd})` : ''}`;
8282
console.error(commandDetails);
8383
const proc = spawn(command, args, {
84+
shell: true,
8485
stdio: 'inherit',
8586
cwd: resolveRoot('.'),
8687
...options

0 commit comments

Comments
 (0)