Skip to content

Commit

Permalink
fix: compile command after generating it
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Sep 13, 2022
1 parent be6aae9 commit f2df547
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/generators/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ export default class Command extends Generator {
this.writeMessageFile();
this.writeNutFile();
this.writeUnitTestFile();
}

public end(): void {
exec('yarn compile');
}

Expand Down

0 comments on commit f2df547

Please sign in to comment.