diff --git a/packages/blueprints/blueprint/src/ui-selectors/options-schemas.ts b/packages/blueprints/blueprint/src/ui-selectors/options-schemas.ts index 758bfee98..418338036 100644 --- a/packages/blueprints/blueprint/src/ui-selectors/options-schemas.ts +++ b/packages/blueprints/blueprint/src/ui-selectors/options-schemas.ts @@ -28,9 +28,7 @@ export type OptionsSchemaDefinition< * This component can be used to define a schema with a given identifier. */ export class OptionsSchema { - constructor(protected readonly blueprint: Blueprint, protected readonly identifier: string, protected readonly schema: T) {} - - synthesize(): void { + constructor(protected readonly blueprint: Blueprint, protected readonly identifier: string, protected readonly schema: T) { if (!fs.existsSync(this.blueprint.context.wizardOptionsPath)) { fs.mkdirSync(this.blueprint.context.wizardOptionsPath); }