Skip to content

Commit 23cf1bb

Browse files
committed
disable concatenate docs
1 parent 4e5df5c commit 23cf1bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scripts/concatenate-docs.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ contributors:
9595
});
9696
}
9797

98-
getDirectoryRecursive(rootPath);
98+
// getDirectoryRecursive(rootPath);
99+
console.log(getDirectoryRecursive);
99100

100101
// end message
101102
process.on('exit', () =>

0 commit comments

Comments
 (0)