@nx-dotnet/core
Advanced tools
Comparing version 0.0.6-dev.47 to 0.0.6-dev.48
{ | ||
"name": "@nx-dotnet/core", | ||
"version": "0.0.6-dev.47", | ||
"version": "0.0.6-dev.48", | ||
"main": "src/index.js", | ||
@@ -9,6 +9,6 @@ "generators": "./generators.json", | ||
"dependencies": { | ||
"@nx-dotnet/dotnet": "0.0.6-dev.47", | ||
"@nx-dotnet/utils": "0.0.6-dev.47", | ||
"@nx-dotnet/dotnet": "0.0.6-dev.48", | ||
"@nx-dotnet/utils": "0.0.6-dev.48", | ||
"chokidar": "^3.5.1" | ||
} | ||
} |
@@ -10,3 +10,3 @@ "use strict"; | ||
const nxProjectConfiguration = utils_1.getExecutedProjectConfiguration(context); | ||
return utils_1.getProjectFileForNxProject(nxProjectConfiguration).then(project => { | ||
return utils_1.getProjectFileForNxProject(nxProjectConfiguration).then((project) => { | ||
return new Promise((resolve) => { | ||
@@ -21,6 +21,9 @@ resolver = resolve; | ||
} | ||
dotnetClient.run(project, Object.keys(options).map((x) => ({ | ||
childProcess = dotnetClient.run(project, Object.keys(options).map((x) => ({ | ||
flag: x, | ||
value: options[x], | ||
}))); | ||
childProcess.on('error', (err) => { | ||
console.error(err); | ||
}); | ||
}); | ||
@@ -27,0 +30,0 @@ }); |
Sorry, the diff of this file is not supported yet
37147
778
+ Added@nx-dotnet/dotnet@0.0.6-dev.48(transitive)
+ Added@nx-dotnet/utils@0.0.6-dev.48(transitive)
- Removed@nx-dotnet/dotnet@0.0.6-dev.47(transitive)
- Removed@nx-dotnet/utils@0.0.6-dev.47(transitive)