@firestartr/cli 1.50.1-snapshot-31 → 1.50.1-snapshot-32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +2 -0
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -310295,6 +310295,8 @@ class RepoGithubDecanter extends GithubDecanter {
|
|
|
310295
310295
|
.map((team) => {
|
|
310296
310296
|
return `group:${team.name}`;
|
|
310297
310297
|
});
|
|
310298
|
+
console.log("--- 🚀 Team writers:");
|
|
310299
|
+
console.dir(teamWriters, { depth: null });
|
|
310298
310300
|
const writers = directWriters.concat(outsideWriters).concat(teamWriters);
|
|
310299
310301
|
if (writers && writers.length > 0) {
|
|
310300
310302
|
overrides['additionalWriters'] = writers;
|