Skip to content

Commit f3e4b6d

Browse files
committed
refactor(project): Fix outdated API call
1 parent 879f4ba commit f3e4b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/project/lib/build/helpers/ProjectBuildContext.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ class ProjectBuildContext {
176176
// Propagate changes to all dependents of the project
177177
for (const {project: dep} of graph.traverseDependents(this._project.getName())) {
178178
const projectBuildContext = this._buildContext.getBuildContext(dep.getName());
179-
projectBuildContext.getBuildCache().this.markResourcesChanged(emptySet, updatedResourcePaths);
179+
projectBuildContext.getBuildCache().resourceChanged(emptySet, updatedResourcePaths);
180180
}
181181
}
182182

0 commit comments

Comments
 (0)