@nxlv/python
Advanced tools
Comparing version 1.5.0 to 1.6.0
{ | ||
"name": "@nxlv/python", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "Custom NX Plugin to support the Python language", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -11,2 +11,4 @@ "use strict"; | ||
return (0, tslib_1.__awaiter)(this, void 0, void 0, function* () { | ||
const workspaceRoot = context.root; | ||
process.chdir(workspaceRoot); | ||
try { | ||
@@ -13,0 +15,0 @@ const projectConfig = context.workspace.projects[context.projectName]; |
@@ -18,2 +18,3 @@ "use strict"; | ||
const workspaceRoot = context.root; | ||
process.chdir(workspaceRoot); | ||
try { | ||
@@ -20,0 +21,0 @@ logger.info((0, chalk_1.default) `\n {bold Building project {bgBlue ${context.projectName} }...}\n`); |
@@ -13,2 +13,4 @@ "use strict"; | ||
logger.setOptions(options); | ||
const workspaceRoot = context.root; | ||
process.chdir(workspaceRoot); | ||
try { | ||
@@ -15,0 +17,0 @@ logger.info((0, chalk_1.default) `\n {bold Running flake8 linting on project {bgBlue ${context.projectName} }...}\n`); |
@@ -12,2 +12,4 @@ "use strict"; | ||
logger.setOptions(options); | ||
const workspaceRoot = context.root; | ||
process.chdir(workspaceRoot); | ||
try { | ||
@@ -14,0 +16,0 @@ const projectConfig = context.workspace.projects[context.projectName]; |
@@ -11,2 +11,4 @@ "use strict"; | ||
return (0, tslib_1.__awaiter)(this, void 0, void 0, function* () { | ||
const workspaceRoot = context.root; | ||
process.chdir(workspaceRoot); | ||
try { | ||
@@ -13,0 +15,0 @@ const projectConfig = context.workspace.projects[context.projectName]; |
@@ -12,2 +12,4 @@ "use strict"; | ||
return (0, tslib_1.__awaiter)(this, void 0, void 0, function* () { | ||
const workspaceRoot = context.root; | ||
process.chdir(workspaceRoot); | ||
const projectConfig = context.workspace.projects[context.projectName]; | ||
@@ -14,0 +16,0 @@ const cwd = projectConfig.root; |
@@ -12,2 +12,4 @@ "use strict"; | ||
return (0, tslib_1.__awaiter)(this, void 0, void 0, function* () { | ||
const workspaceRoot = context.root; | ||
process.chdir(workspaceRoot); | ||
const projectConfig = context.workspace.projects[context.projectName]; | ||
@@ -14,0 +16,0 @@ const cwd = projectConfig.root; |
@@ -13,2 +13,4 @@ "use strict"; | ||
return (0, tslib_1.__awaiter)(this, void 0, void 0, function* () { | ||
const workspaceRoot = context.root; | ||
process.chdir(workspaceRoot); | ||
logger.setOptions(options); | ||
@@ -15,0 +17,0 @@ try { |
@@ -13,2 +13,4 @@ "use strict"; | ||
return (0, tslib_1.__awaiter)(this, void 0, void 0, function* () { | ||
const workspaceRoot = context.root; | ||
process.chdir(workspaceRoot); | ||
try { | ||
@@ -15,0 +17,0 @@ const projectConfig = context.workspace.projects[context.projectName]; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
144852
83
1551