diff --git a/tools/doc/checkLinks.js b/tools/doc/checkLinks.js index 60a3f65e5ea9f1..00697cc01cf01a 100644 --- a/tools/doc/checkLinks.js +++ b/tools/doc/checkLinks.js @@ -27,6 +27,7 @@ function findMarkdownFilesRecursively(dirPath) { if ( entry.isDirectory() && entry.name !== 'api' && + entry.name !== 'tmp' && entry.name !== 'fixtures' && entry.name !== 'changelogs' && entry.name !== 'deps' &&