From baef7e774babcfacde9850281c918aa000d959ed Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Tue, 23 Apr 2024 16:43:01 -0700 Subject: [PATCH] wip --- plop/commands/testCommand.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`),