Skip to content

Commit 64a8d8d

Browse files
author
Ahmad Awais
committed
📖 DOC: Better guide
1 parent fd2741a commit 64a8d8d

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

packages/cgb-scripts/scripts/start.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,15 @@ async function build( webpackConfig ) {
8787

8888
clearConsole();
8989
console.log( '\n✅ ', chalk.black.bgGreen( ' Compiled successfully! \n' ) );
90-
return console.log(
90+
console.log(
9191
chalk.dim( ' Watching for changes... (Press CTRL + C to stop). \n\n' )
9292
);
93+
return console.log(
94+
chalk.dim( ' Note that the development build is not optimized. \n' ),
95+
chalk.dim( 'To create a production build, use' ),
96+
chalk.green( 'npm' ),
97+
chalk.white( 'run build' )
98+
);
9399
} );
94100
}
95101

0 commit comments

Comments
 (0)