Fixes license headers test, adds them in

This commit is contained in:
Josh Perez
2021-08-16 17:03:10 -04:00
committed by GitHub
parent e7be409961
commit b72d7b436e
8 changed files with 22 additions and 4 deletions

View File

@@ -63,10 +63,7 @@ export async function forEachRelevantFile(
await pMap(
gitFiles,
async (file: string) => {
if (
FILES_TO_IGNORE.has(path.basename(file)) ||
path.relative(rootPath, file).startsWith('components')
) {
if (FILES_TO_IGNORE.has(path.basename(file))) {
return;
}