Skip to content

Commit 4cf1baf

Browse files
committed
Is version.sbt still being included...
1 parent f228ab5 commit 4cf1baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ async function computeCacheKey(
9393
const pattern = cacheDependencyPath
9494
? cacheDependencyPath.trim().split('\n')
9595
: packageManager.pattern;
96-
const fileHash = await glob.hashFiles(pattern.join('\n'));
96+
const fileHash = await glob.hashFiles(pattern.join('\n'), verbose = true);
9797
if (!fileHash) {
9898
throw new Error(
9999
`No file in ${process.cwd()} matched to [${pattern}], make sure you have checked out the target repository`

0 commit comments

Comments
 (0)