Skip to content

Commit 4386c3d

Browse files
committed
cli(add): write config to yeoman-rc
1 parent fb5dfda commit 4386c3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/generators/add-generator.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,4 +450,8 @@ module.exports = class AddGenerator extends Generator {
450450
}
451451
});
452452
}
453+
454+
writing() {
455+
this.config.set("configuration", this.configuration);
456+
}
453457
};

0 commit comments

Comments
 (0)