diff --git a/framework/agility/agility.config.js b/framework/agility/agility.config.js index 2abce740b..a73f89c6b 100644 --- a/framework/agility/agility.config.js +++ b/framework/agility/agility.config.js @@ -63,6 +63,8 @@ const prepIncrementalMode = async () => { console.log(`Copying Agility Content files to temp folder: ${tempPath}`) //copy everything across from cachePath await fs.copy(cachePath, tempPath) + } else { + console.log(`Agility tmp folder up to date: ${tempPath}`) } }