diff --git a/src/cml.js b/src/cml.js index 95df80442..b6146d82d 100644 --- a/src/cml.js +++ b/src/cml.js @@ -570,7 +570,7 @@ class CML { ) ); - const paths = (await globby(globs)).filter((path) => + const paths = (await globby(globs, { dot: true })).filter((path) => files.map((file) => file.path).includes(prefix + path) );