From 9c076c38b90848791e89025f8610fe0bcad8640f Mon Sep 17 00:00:00 2001 From: xiongxiao Date: Fri, 27 Mar 2026 01:00:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20pack=20=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E7=9A=84=E6=97=A5=E5=BF=97=E4=BF=A1=E6=81=AF=EF=BC=8C=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E8=BE=93=E5=87=BA=E5=86=85=E5=AE=B9=E5=B9=B6=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E6=8E=89=20program.parse=20=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/command/publish.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/command/publish.ts b/src/command/publish.ts index 690b914..6ad413f 100644 --- a/src/command/publish.ts +++ b/src/command/publish.ts @@ -295,10 +295,9 @@ const packCommand = new Command('pack') if (yes) { deployCommand.push('-y', 'yes'); } - logger.debug(chalk.blue('deploy doing: '), deployCommand.slice(2).join(' '), '\n'); + logger.info(chalk.blue('deploy to doing: '), 'ev ', deployCommand.slice(2).join(' '), '\n'); // console.log('pack deploy services', chalk.blue('example: '), runDeployCommand); - - program.parse(deployCommand); + // program.parse(deployCommand); } }); const packDeployCommand = new Command('pack-deploy')