From 186425335c71199789105e4b1d6c53289be5e773 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Mon, 28 Aug 2023 17:42:44 +0800 Subject: [PATCH] :art: Output is more standardized --- script/build_with_pake_cli.mjs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/script/build_with_pake_cli.mjs b/script/build_with_pake_cli.mjs index cfaa4f489..9865aa114 100644 --- a/script/build_with_pake_cli.mjs +++ b/script/build_with_pake_cli.mjs @@ -9,9 +9,7 @@ const { exec, cd, mv } = shelljs; const __filename = fileURLToPath(import.meta.url); const __dirname = dirname(__filename); -console.log('Welcome to use Pake Cli'); -console.log('\n======================='); -console.log('build for app'); +console.log('Welcome to use pake-cli to build app~'); console.log('Node.js info in your localhost ', process.version); console.log('\n=======================\n'); console.log('Pake parameters is: ');