genbox 1.0.60 → 1.0.62
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/dist/commands/rebuild.js +2 -0
- package/package.json +1 -1
package/dist/commands/rebuild.js
CHANGED
|
@@ -253,6 +253,8 @@ function buildRebuildPayload(resolved, config, publicKey, privateKey, configLoad
|
|
|
253
253
|
// Build repos
|
|
254
254
|
const repos = {};
|
|
255
255
|
for (const repo of resolved.repos) {
|
|
256
|
+
// DEBUG: Log repo values
|
|
257
|
+
console.log(chalk_1.default.dim(` [DEBUG] Repo ${repo.name}: branch=${repo.branch}, newBranch=${repo.newBranch}, sourceBranch=${repo.sourceBranch}`));
|
|
256
258
|
repos[repo.name] = {
|
|
257
259
|
url: repo.url,
|
|
258
260
|
path: repo.path,
|