diff --git a/plop/commands/testCommand.ts b/plop/commands/testCommand.ts index 58424c9..8fff2a7 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 bin -g'), + exec('npm config'), exec(`gobot --g-version`),