Skip to content

Commit

Permalink
fix: use full path to pactflow binary as it may be invoked from anywh…
Browse files Browse the repository at this point in the history
…ere via npx
  • Loading branch information
YOU54F committed Jun 25, 2024
1 parent 554b35d commit c3bc9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pactflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const args = process.argv.slice(2);
const opts = standaloneUseShell ? { shell: true } : {};

const { error, status } = childProcess.spawnSync(
standalone().pactflowPath,
standalone().pactflowFullPath,
setStandaloneArgs(args, standaloneUseShell),
{
stdio: 'inherit',
Expand Down

0 comments on commit c3bc9a0

Please sign in to comment.