Skip to content

Commit

Permalink
fix(core): fix check deps .gitignore shortcut in rm schematic
Browse files Browse the repository at this point in the history
  • Loading branch information
catfireparty committed Jun 22, 2020
1 parent 06a7080 commit 24abc1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function checkDependencies(schema: Schema): Rule {

for (const dir of tree.getDir('/').subdirs) {
if (ig.ignores(dir)) {
return;
continue;
}

tree.getDir(dir).visit((file: string) => {
Expand Down

0 comments on commit 24abc1f

Please sign in to comment.