We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc5f38 commit 02b2e77Copy full SHA for 02b2e77
1 file changed
lib/index.js
@@ -56,7 +56,7 @@ async function runForPath(path, options = {}) {
56
// TODO check for ember-component-css dependency
57
58
log(` 🔍 Searching for component files...`);
59
- let componentPaths = await globby('app/components/*.js', { cwd: path });
+ let componentPaths = await globby('app/components/**/*.js', { cwd: path });
60
debug('componentPaths = %O', componentPaths);
61
62
for (let componentPath of componentPaths) {
0 commit comments