From bf1c9d1791d03fa310a2b7afd682f6c7e1e22bce Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 02 Aug 2024 18:48:54 +0000
Subject: [PATCH] chore(deps): bump globby from 14.0.1 to 14.0.2 (#1301)

---
 quartz/build.ts |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/quartz/build.ts b/quartz/build.ts
index d72b8dd..972a7e8 100644
--- a/quartz/build.ts
+++ b/quartz/build.ts
@@ -309,6 +309,8 @@
   }
   await rimraf([...destinationsToDelete])
 
+  console.log(chalk.green(`Done rebuilding in ${perf.timeSince()}`))
+
   toRemove.clear()
   release()
   clientRefresh()

--
Gitblit v1.10.0