Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benallfree committed Apr 27, 2024
1 parent 20a6548 commit aa49977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plop/commands/testCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}),
Expand Down

0 comments on commit aa49977

Please sign in to comment.