Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benallfree committed Apr 24, 2024
1 parent a0eb90c commit 4fb8ac9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plop/commands/testCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`),
Expand Down

0 comments on commit 4fb8ac9

Please sign in to comment.