Skip to content

Commit 53369fd

Browse files
pvoisinmshima
authored andcommitted
Add "dist/generators" in lookups
1 parent 17bf3c3 commit 53369fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/environment.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class Environment extends EventEmitter {
7070
}
7171

7272
static get lookups() {
73-
return ['.', 'generators', 'lib/generators'];
73+
return ['.', 'generators', 'lib/generators', 'dist/generators'];
7474
}
7575

7676
/**

0 commit comments

Comments
 (0)