fix(core): fix check deps .gitignore shortcut in rm schematic
This commit is contained in:
parent
06a7080132
commit
24abc1f98a
@ -38,7 +38,7 @@ export function checkDependencies(schema: Schema): Rule {
|
|||||||
|
|
||||||
for (const dir of tree.getDir('/').subdirs) {
|
for (const dir of tree.getDir('/').subdirs) {
|
||||||
if (ig.ignores(dir)) {
|
if (ig.ignores(dir)) {
|
||||||
return;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
tree.getDir(dir).visit((file: string) => {
|
tree.getDir(dir).visit((file: string) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user