Skip to content

Commit 4e5df5c

Browse files
committed
revert
1 parent 83b8161 commit 4e5df5c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/scripts/concatenate-docs.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ function getDirectoryRecursive(basePath) {
2828

2929
let fileContents = [];
3030

31-
for (let file of fileNames.filter((fileName) =>
32-
fileName.includes('printable')
33-
)) {
31+
for (let file of fileNames) {
3432
const fullPath = path.join(basePath, file);
3533

3634
// if the directory entry is a directory, recurse into that directory

0 commit comments

Comments
 (0)