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.`);