remove microsite from verification
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
@@ -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 => ({
|
||||
|
||||
Reference in New Issue
Block a user