remove microsite from verification

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2023-03-09 15:37:01 +01:00
parent 250126195f
commit 3eb4c933c2
+1 -6
View File
@@ -36,12 +36,7 @@ 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',
'microsite-next/yarn.lock',
];
files = ['yarn.lock', 'cypress/yarn.lock', 'microsite-next/yarn.lock'];
}
return files.map(file => ({