verify yarn.lock in microsite-next

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-12-12 16:13:42 +01:00
parent 8fd7c81594
commit d9db97e3a9
+6 -1
View File
@@ -36,7 +36,12 @@ async function findLockFiles() {
if (!files.length) {
// List all lock files that are in the root or in an immediate subdirectory
files = ['yarn.lock', 'cypress/yarn.lock', 'microsite/yarn.lock'];
files = [
'yarn.lock',
'cypress/yarn.lock',
'microsite/yarn.lock',
'microsite-next/yarn.lock',
];
}
return files.map(file => ({