@nx-go/nx-go
Advanced tools
Comparing version 1.6.1 to 1.7.0
{ | ||
"name": "@nx-go/nx-go", | ||
"version": "1.6.1", | ||
"version": "1.7.0", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "schematics": "./collection.json", |
@@ -12,4 +12,4 @@ "use strict"; | ||
var _a; | ||
const cwd = `${project.root}`; | ||
// We strip the project root from the mail file | ||
const cwd = `${options.cwd || project.root}`; | ||
// We strip the project root from the main file | ||
const mainFile = (_a = options.main) === null || _a === void 0 ? void 0 : _a.replace(`${cwd}/`, ''); | ||
@@ -16,0 +16,0 @@ return go_utils_1.runGoCommand(context, 'run', [mainFile], { cmd: options.cmd, cwd }); |
@@ -5,4 +5,5 @@ import { JsonObject } from '@angular-devkit/core' | ||
cmd: string | ||
cwd: string | ||
main: string | ||
outputPath: string | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36685
603