diff --git a/plop/commands/testCommand.ts b/plop/commands/testCommand.ts index 8fff2a7..8fc64ce 100644 --- a/plop/commands/testCommand.ts +++ b/plop/commands/testCommand.ts @@ -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`),