Skip to content

Commit

Permalink
fix(core): fix dependent projects for watch
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli committed Jan 11, 2023
1 parent b0c6ca9 commit 86283db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function notifyFileWatcherSockets(
const watchedProjects = [...config.watchProjects];

if (config.includeDependentProjects) {
for (const project of watchedProjects) {
for (const project of config.watchProjects) {
watchedProjects.push(
...findAllProjectNodeDependencies(
project,
Expand Down

0 comments on commit 86283db

Please sign in to comment.