Skip to content

Commit

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

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ export function execCommand(
return execa(command, args, {
cwd,
stdio: 'inherit',
reject: false,
env: { FORCE_COLOR: '0', ...env },
}).then();
}
Expand Down

0 comments on commit 69d316b

Please sign in to comment.