Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benallfree committed Apr 23, 2024
1 parent baef7e7 commit a9318d5
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 @@ -38,7 +38,7 @@ export function testCommand(plop: NodePlopAPI) {
exec(`npm i -g gobot-${pkg.version}.tgz`),

exec('echo $Env::PATH'),
exec('npm config'),
exec('npm config ls'),

exec(`gobot --g-version`),

Expand Down

0 comments on commit a9318d5

Please sign in to comment.