Skip to content

Commit

Permalink
🎨 Output is more standardized
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Aug 28, 2023
1 parent 1a0d423 commit 1864253
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions script/build_with_pake_cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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: ');
Expand Down

0 comments on commit 1864253

Please sign in to comment.