From e9ec60a5f434010cb30886129d97bf4995b499ec Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Mon, 10 Jun 2024 20:09:01 -0500 Subject: [PATCH] more debugging --- build_garden.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build_garden.js b/build_garden.js index 8d617c11..2f8f070e 100644 --- a/build_garden.js +++ b/build_garden.js @@ -194,6 +194,7 @@ function toSlug(string) { // Build changelog fs.mkdirSync("./site/changelog"); + await exec("git fetch --all") console.log("remotes: " + (await exec("git branch -r -v")).stdout); const { stdout } = await exec('git log origin/master --after="2024-06-03T0:0:0+0000" --pretty=%H site/garden'); console.log(stdout);