diff --git a/bin/pactflow.ts b/bin/pactflow.ts index fddc26f..32b675b 100644 --- a/bin/pactflow.ts +++ b/bin/pactflow.ts @@ -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',