Skip to content

Commit aeab3e9

Browse files
author
Ahmad Awais
committed
πŸ‘Œ IMPROVE: Formatting UI
1 parent c8dbf7b commit aeab3e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

β€Žpackages/cgb-scripts/scripts/build.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const spinner = new ora( { text: '' } );
6767
*/
6868
async function build( webpackConfig ) {
6969
// Start the build.
70-
spinner.start( `${ chalk.dim( 'Building and compiling blocks...' ) }` );
70+
spinner.start( `${ chalk.dim( '\nBuilding and compiling blocks...' ) }` );
7171

7272
// Compiler Instance.
7373
const compiler = await webpack( webpackConfig );

β€Žpackages/cgb-scripts/scripts/start.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const spinner = new ora( { text: '' } );
5757
// Create the production build and print the deployment instructions.
5858
async function build( webpackConfig ) {
5959
// Start the build.
60-
spinner.start( `${ chalk.dim( 'Building and compiling blocks...' ) }` );
60+
spinner.start( `${ chalk.dim( '\nBuilding and compiling blocks...' ) }` );
6161

6262
// Compiler Instance.
6363
const compiler = await webpack( webpackConfig );

0 commit comments

Comments
Β (0)