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 5f4c15d commit 6ad67db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plop/commands/testCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`),

Expand Down

0 comments on commit 6ad67db

Please sign in to comment.