@easyv/cli
Advanced tools
Comparing version 1.10.4-beta.10 to 1.10.4-beta.11
{ | ||
"name": "@easyv/cli", | ||
"version": "1.10.4-beta.10", | ||
"version": "1.10.4-beta.11", | ||
"description": "Easy[V] component tools", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -36,3 +36,5 @@ const chalk = require('chalk'); | ||
console.log(JSON.stringify(gc), '----gc'); | ||
const modulePath = this.context; | ||
const configPath = `${modulePath}/config`; | ||
console.log(JSON.stringify(configPath), '----configPath'); | ||
@@ -39,0 +41,0 @@ // build file |
@@ -38,4 +38,4 @@ const chalk = require('chalk'); | ||
? new https.Agent({ | ||
rejectUnauthorized: false, | ||
}) | ||
rejectUnauthorized: false, | ||
}) | ||
: null, | ||
@@ -42,0 +42,0 @@ }; |
41157
1249