diff --git a/plop/commands/testCommand.ts b/plop/commands/testCommand.ts index e367f39..2801d9f 100644 --- a/plop/commands/testCommand.ts +++ b/plop/commands/testCommand.ts @@ -39,8 +39,12 @@ export function testCommand(plop: NodePlopAPI) { exec('npm prefix -g'), + exec(`echo $Env::PATH`), + exec(`dir D:\\a\\gobot\\.gobot-test-cache\\npm`), + exec(`D:\\a\\gobot\\.gobot-test-cache\\npm\\gobot.cmd --g-version`), + exec(`gobot --g-version`), exec(`npm rm -g gobot`),