diff --git a/packages/generators/add-generator.ts b/packages/generators/add-generator.ts index dd099f9592e..908621ce1cc 100644 --- a/packages/generators/add-generator.ts +++ b/packages/generators/add-generator.ts @@ -167,7 +167,7 @@ export default class AddGenerator extends Generator { Input("topScope", "What do you want to add to topScope?"), ]) .then((topScopeAnswer: { - topScope: string + topScope: string; }) => { this.configuration.config.topScope.push(topScopeAnswer.topScope); done();