From b9b014d59ff54f72a0b43a33d7dd40b5d7606544 Mon Sep 17 00:00:00 2001 From: WinterMyst <22961076-wintermyst@users.noreply.gitlab.com> Date: Thu, 26 Sep 2024 00:48:12 +0000 Subject: [PATCH] fix: typo --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index d07a9a2..9bc1b0d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -129,7 +129,6 @@ function packageCompendiums(done) { const outputDir = './packs'; const moduleId = 'kidsonbrooms'; // Replace with your actual module ID - if() // Read all subdirectories in the packsDir if (!fs.existsSync(packsDir)) { console.log(`Compendium directory ${packsDir} does not exist. Skipping packaging.`);