Skip to content

Commit 96f980c

Browse files
committed
chore: add implicitDependencies for dev-server and web-e2e
1 parent 5784f5b commit 96f980c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

angular.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
"passWithNoTests": true
5858
}
5959
}
60-
}
60+
},
61+
"implicitDependencies": ["web"]
6162
},
6263
"nodeplotlib": {
6364
"root": "libs/nodeplotlib",
@@ -210,7 +211,8 @@
210211
"lintFilePatterns": ["apps/web-e2e/**/*.{js,ts}"]
211212
}
212213
}
213-
}
214+
},
215+
"implicitDependencies": ["web"]
214216
}
215217
}
216218
}

0 commit comments

Comments
 (0)