Update workflows and scripts

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2023-03-09 16:12:00 +01:00
parent 038e40fa97
commit d8b53be2e0
4 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -36,7 +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-next/yarn.lock'];
files = ['yarn.lock', 'cypress/yarn.lock', 'microsite/yarn.lock'];
}
return files.map(file => ({