Comparing version 1.1.3 to 1.1.4
#!/usr/bin/env node | ||
const shell = require('shelljs'); | ||
const path = require('path'); | ||
const arg = require('arg'); | ||
// const arg = require('arg'); | ||
const configFilePath = path.resolve(__dirname, '../ecosystem.config.js'); | ||
@@ -6,0 +6,0 @@ |
const { appLogPath } = require('./utils'); | ||
const path = require('path'); | ||
// const execArgs = ''; | ||
@@ -12,3 +13,3 @@ | ||
name: 'my-ci-app', | ||
script: './app/start.js', | ||
script: path.resolve(__dirname, './app/start.js'), | ||
args: argsStr, | ||
@@ -15,0 +16,0 @@ env: { |
{ | ||
"name": "my-ci", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
11325
298