File tree Expand file tree Collapse file tree
packages/cgb-scripts/scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ const spinner = new ora( { text: '' } );
6767 */
6868async 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 ) ;
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ const spinner = new ora( { text: '' } );
5757// Create the production build and print the deployment instructions.
5858async 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 ) ;
You canβt perform that action at this time.
0 commit comments