@ioffice/tc-builder
Advanced tools
Comparing version 1.1.0-beta.1804251508 to 1.1.0-beta.1804251523
@@ -61,6 +61,4 @@ "use strict"; | ||
if (tsLintConfigPath) { | ||
console.log('got the path:', tsLintConfigPath); | ||
var linter = new Lint.Linter(options, program); | ||
var configFile = Lint.Configuration.loadConfigurationFromPath(tsLintConfigPath); | ||
console.log('GOT IT:', configFile); | ||
linter.lint(fileName, '', configFile); | ||
@@ -67,0 +65,0 @@ var lintResults = linter.getResult(); |
{ | ||
"name": "@ioffice/tc-builder", | ||
"version": "1.1.0-beta.1804251508", | ||
"version": "1.1.0-beta.1804251523", | ||
"description": "iOFFICE TeamCity Builder", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -35,3 +35,3 @@ #!/usr/bin/env node | ||
var depsArray = Object.keys(devDeps_1).map(function (x) { return x + "@" + devDeps_1[x]; }); | ||
var cmd = "npm i -D " + depsArray.join(' '); | ||
var cmd = "yarn add -D -E " + depsArray.join(' '); | ||
console.log('Running: ', cmd); | ||
@@ -49,3 +49,3 @@ child_process_1.execSync(cmd); | ||
var compileCLI = require('./Compiler').compileCLI; | ||
exitNumber = compileCLI('tsconfig.json', noLint ? '' : 'tslint.json', verbose); | ||
exitNumber = compileCLI('tsconfig.json', noLint ? '' : './tslint.json', verbose); | ||
} | ||
@@ -52,0 +52,0 @@ else if (run) { |
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
90101
1232