Skip to content

Commit 8ad3473

Browse files
committed
πŸ› FIX: Sponsors
1 parent a516d16 commit 8ad3473

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ async function build( webpackConfig ) {
130130
'\n\n'
131131
);
132132

133-
console.log( '\nπŸ‘Œ ', chalk.black.bgGreen( ' Support Awais via VSCode Power User at https://VSCode.pro β†’ \n' ) );
133+
console.log( '\nπŸ‘Œ ', chalk.dim( ' Support Awais via VSCode Power User at https://VSCode.pro β†’ \n' ) );
134134

135135
return true;
136136
} );

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,10 @@ async function build( webpackConfig ) {
110110
chalk.dim( ' Note that the development build is not optimized. \n' ),
111111
chalk.dim( ' To create a production build, use' ),
112112
chalk.green( 'npm' ),
113-
chalk.white( 'run build\n' )
114-
);
115-
return spinner.start(
116-
`${ chalk.dim(
117-
'Watching for changes... (Press CTRL + C to stop). \n\n πŸ‘Œ Support Awais via VSCode Power User at https://VSCode.pro β†’'
118-
) }`
113+
chalk.white( 'run build\n\n' ),
114+
chalk.dim( 'πŸ‘Œ Support Awais via VSCode Power User at https://VSCode.pro β†’\n\n' )
119115
);
116+
return spinner.start( `${ chalk.dim( 'Watching for changes... (Press CTRL + C to stop).' ) }` );
120117
} );
121118
}
122119

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// @remove-file-on-eject
22

3+
const chalk = require( 'chalk' );
4+
35
console.clear();
4-
console.log( 'MANUAL TEST!' );
6+
console.log( '\nπŸ‘Œ ', chalk.dim( ' Support Awais via VSCode Power User at' ), 'https://VSCode.pro' );

0 commit comments

Comments
Β (0)