@nx-dotnet/core
Advanced tools
Comparing version 0.1.2-dev.4 to 0.1.2-dev.5
@@ -9,6 +9,6 @@ { | ||
"chokidar": "^3.5.1", | ||
"@nx-dotnet/dotnet": "0.1.2-dev.4", | ||
"@nx-dotnet/utils": "0.1.2-dev.4" | ||
"@nx-dotnet/dotnet": "0.1.2-dev.5", | ||
"@nx-dotnet/utils": "0.1.2-dev.5" | ||
}, | ||
"version": "0.1.2-dev.4" | ||
"version": "0.1.2-dev.5" | ||
} |
@@ -19,2 +19,5 @@ "use strict"; | ||
.watch(nxProjectConfiguration.root); | ||
utils_1.getDependantProjectsForNxProject(context.projectName, context.workspace, (project) => { | ||
watcher.add(project.root); | ||
}); | ||
watcher | ||
@@ -21,0 +24,0 @@ .on('all', (event, path) => { |
@@ -7,3 +7,2 @@ "use strict"; | ||
function processProjectGraph(graph, context) { | ||
console.log('.NET Process Project Graph Started'); | ||
const builder = new devkit_1.ProjectGraphBuilder(graph); | ||
@@ -10,0 +9,0 @@ Object.entries(context.workspace.projects).forEach(([name, project]) => { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
43609
893
+ Added@nx-dotnet/dotnet@0.1.2-dev.5(transitive)
+ Added@nx-dotnet/utils@0.1.2-dev.5(transitive)
- Removed@nx-dotnet/dotnet@0.1.2-dev.4(transitive)
- Removed@nx-dotnet/utils@0.1.2-dev.4(transitive)
Updated@nx-dotnet/utils@0.1.2-dev.5