Skip to content

Commit d4ce6f2

Browse files
committed
fix(add): add types
1 parent dbc3e9e commit d4ce6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/generators/add-generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export default class AddGenerator extends Generator {
167167
Input("topScope", "What do you want to add to topScope?"),
168168
])
169169
.then((topScopeAnswer: {
170-
topScope: string
170+
topScope: string;
171171
}) => {
172172
this.configuration.config.topScope.push(topScopeAnswer.topScope);
173173
done();

0 commit comments

Comments
 (0)