From 4cf1baf0a1ebf8ba082e441d2cd19f1efbcdf679 Mon Sep 17 00:00:00 2001 From: Roberto Tyley Date: Thu, 22 Feb 2024 15:41:59 +0000 Subject: [PATCH] Is version.sbt still being included... --- src/cache.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cache.ts b/src/cache.ts index b44d4813c..f95e78c84 100644 --- a/src/cache.ts +++ b/src/cache.ts @@ -93,7 +93,7 @@ async function computeCacheKey( const pattern = cacheDependencyPath ? cacheDependencyPath.trim().split('\n') : packageManager.pattern; - const fileHash = await glob.hashFiles(pattern.join('\n')); + const fileHash = await glob.hashFiles(pattern.join('\n'), verbose = true); if (!fileHash) { throw new Error( `No file in ${process.cwd()} matched to [${pattern}], make sure you have checked out the target repository`