Skip to content

Commit

Permalink
trying to see what's needed to make github ignore the error - part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Dec 10, 2024
1 parent 69d316b commit c4dc011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,7 @@ export function execCommand(

return execa(command, args, {
cwd,
stdio: 'inherit',
reject: false,
stdio: 'pipe',
env: { FORCE_COLOR: '0', ...env },
}).then();
}
Expand Down

0 comments on commit c4dc011

Please sign in to comment.