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 @@ -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 } ) ;
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11// @remove -file-on-eject
22
3+ const chalk = require ( 'chalk' ) ;
4+
35console . clear ( ) ;
4- console . log ( 'MANUAL TEST! ' ) ;
6+ console . log ( '\nπ ' , chalk . dim ( ' Support Awais via VSCode Power User at' ) , 'https://VSCode.pro ' ) ;
You canβt perform that action at this time.
0 commit comments