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,8 @@ const spinner = new ora( { text: '' } );
6767 */
6868async function build ( webpackConfig ) {
6969 // Start the build.
70- spinner . start ( `${ chalk . dim ( '\nBuilding and compiling blocks...' ) } ` ) ;
70+ console . log ( '\n' ) ;
71+ spinner . start ( `${ chalk . dim ( 'Building and compiling blocks...' ) } ` ) ;
7172
7273 // Compiler Instance.
7374 const compiler = await webpack ( webpackConfig ) ;
Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ 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 ( '\nBuilding and compiling blocks...' ) } ` ) ;
60+ console . log ( '\n' ) ;
61+ spinner . start ( `${ chalk . dim ( 'Building and compiling blocks...' ) } ` ) ;
6162
6263 // Compiler Instance.
6364 const compiler = await webpack ( webpackConfig ) ;
You canβt perform that action at this time.
0 commit comments