We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc3e9e commit d4ce6f2Copy full SHA for d4ce6f2
packages/generators/add-generator.ts
@@ -167,7 +167,7 @@ export default class AddGenerator extends Generator {
167
Input("topScope", "What do you want to add to topScope?"),
168
])
169
.then((topScopeAnswer: {
170
- topScope: string
+ topScope: string;
171
}) => {
172
this.configuration.config.topScope.push(topScopeAnswer.topScope);
173
done();
0 commit comments