Skip to content

Commit 61b2582

Browse files
committed
pass generatorOptions to jdl generator too.
1 parent c039068 commit 61b2582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.blueprint/generate-sample/generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export default class extends BaseGenerator<Config & { entities: string[] }> {
117117
const files = globSync('*.jdl');
118118
await this.composeWithJHipster(GENERATOR_JDL, {
119119
generatorArgs: files,
120-
generatorOptions: { jsonOnly: true, destinationRoot: this.projectFolder },
120+
generatorOptions: { ...generatorOptions, jsonOnly: true, destinationRoot: this.projectFolder },
121121
});
122122
}
123123
await this.composeWithJHipster(GENERATOR_APP, { generatorOptions });

0 commit comments

Comments
 (0)