Skip to content

Commit

Permalink
fix: Logging git commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Joost van der Waal committed Jan 23, 2024
1 parent 816450d commit 2c26857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workspaces/packages/gitversion/src/utils/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export interface GitTag {
}

export async function gitExec(args: string[], cwd?: string) {
console.log('>>', 'git', ...args);
const output = await crossSpawnAsync('git', args, {
cwd,
});
Expand Down

0 comments on commit 2c26857

Please sign in to comment.