diff --git a/plop/commands/testCommand.ts b/plop/commands/testCommand.ts index 45c4e9e..f391903 100644 --- a/plop/commands/testCommand.ts +++ b/plop/commands/testCommand.ts @@ -191,6 +191,7 @@ export function testCommand(plop: NodePlopAPI) { exec(`npm rm -g gobot-${slug.toLocaleLowerCase()}`, { cwd: appHelperPath, }), + exec(`npm i -g gobot`), exec(`npm i -g gobot-${slug.toLocaleLowerCase()}`, { cwd: appHelperPath, }),