We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f228ab5 commit 4cf1bafCopy full SHA for 4cf1baf
src/cache.ts
@@ -93,7 +93,7 @@ async function computeCacheKey(
93
const pattern = cacheDependencyPath
94
? cacheDependencyPath.trim().split('\n')
95
: packageManager.pattern;
96
- const fileHash = await glob.hashFiles(pattern.join('\n'));
+ const fileHash = await glob.hashFiles(pattern.join('\n'), verbose = true);
97
if (!fileHash) {
98
throw new Error(
99
`No file in ${process.cwd()} matched to [${pattern}], make sure you have checked out the target repository`
0 commit comments