From 4fb8ac9dc56866becdefc917604050def27f1eb7 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Tue, 23 Apr 2024 17:11:44 -0700 Subject: [PATCH] wip --- plop/commands/testCommand.ts | 4 ++++ 1 file changed, 4 insertions(+) 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`),