From 5cd1e85bf33b897db40c5bfc090d96ed1acdfd79 Mon Sep 17 00:00:00 2001 From: jukaifeng Date: Tue, 17 Jan 2023 23:26:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 9ed7680..e557dbc 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ -// const pathHierarchy = '../../../' //脚本到项目的层级 项目/node_modules/deploy-node/index.js -const pathHierarchy = './test/' //测试目录 +const pathHierarchy = '../../../' //脚本到项目的层级 项目/node_modules/deploy-node/index.js +// const pathHierarchy = './test/' //测试目录 const inquirer = require('inquirer') //命令行交互 const runUploadTask = require('./ssh/upload')