We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879f4ba commit f3e4b6dCopy full SHA for f3e4b6d
packages/project/lib/build/helpers/ProjectBuildContext.js
@@ -176,7 +176,7 @@ class ProjectBuildContext {
176
// Propagate changes to all dependents of the project
177
for (const {project: dep} of graph.traverseDependents(this._project.getName())) {
178
const projectBuildContext = this._buildContext.getBuildContext(dep.getName());
179
- projectBuildContext.getBuildCache().this.markResourcesChanged(emptySet, updatedResourcePaths);
+ projectBuildContext.getBuildCache().resourceChanged(emptySet, updatedResourcePaths);
180
}
181
182
0 commit comments