We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a66347 commit 060c1c6Copy full SHA for 060c1c6
packages/react-scripts/scripts/init.js
@@ -149,7 +149,7 @@ module.exports = function(
149
console.log(chalk.cyan(` ${displayedCommand} start`));
150
console.log(' Starts the development server.');
151
console.log();
152
- console.log(chalk.cyan(` ${displayedCommand} run build`));
+ console.log(chalk.cyan(` ${displayedCommand} build`));
153
console.log(' Bundles the app into static files for production.');
154
155
console.log(chalk.cyan(` ${displayedCommand} test`));
0 commit comments