@ioffice/tc-builder
Advanced tools
Comparing version 3.1.0-beta.1903141815 to 3.1.0-beta.1903141827
{ | ||
"name": "@ioffice/tc-builder", | ||
"version": "3.1.0-beta.1903141815", | ||
"version": "3.1.0-beta.1903141827", | ||
"description": "iOFFICE TeamCity Builder", | ||
@@ -5,0 +5,0 @@ "author": "iOffice", |
@@ -32,3 +32,4 @@ #!/usr/bin/env node | ||
}; | ||
const parsedArgs = Util_1.util.parseArgVector(process.argv.slice(2), args); | ||
const startIndex = process.argv[0] === 'tc-builder' ? 1 : 2; | ||
const parsedArgs = Util_1.util.parseArgVector(process.argv.slice(startIndex), args); | ||
const { setup, compile, run, slackNotify, } = parsedArgs.commands; | ||
@@ -35,0 +36,0 @@ const { noLint, verbose, help, version, ci, noMsgDump, } = parsedArgs.booleans; |
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
115012
2888