diff --git a/plop/commands/testCommand.ts b/plop/commands/testCommand.ts index 789f08c..ffa97e3 100644 --- a/plop/commands/testCommand.ts +++ b/plop/commands/testCommand.ts @@ -39,7 +39,7 @@ export function testCommand(plop: NodePlopAPI) { exec('npm prefix -g'), - exec(`echo $Env:PATH`), + exec(`echo $Env:PATH`, { shell: true }), exec(`dir D:\\a\\gobot\\.gobot-test-cache\\npm`),