Skip to content

Commit

Permalink
Revert "Update generator.mjs"
Browse files Browse the repository at this point in the history
This reverts commit 5c1e7ca.
  • Loading branch information
mshima committed Sep 10, 2023
1 parent 87179c0 commit 462bd72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .blueprint/generate-sample/generator.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ export default class extends BaseGenerator {
async copySample() {
this.copyTemplate(`samples/${this.sampleName}`, this.sampleName, { noGlob: true });
},
});
}

get [BaseGenerator.END]() {
return this.asEndTaskGroup({
async generateSample() {
await this.composeWithJHipster('jdl', {
generatorArgs: [this.sampleName],
Expand Down

0 comments on commit 462bd72

Please sign in to comment.