Skip to content

Commit 060c1c6

Browse files
committed
Fix for issue #1798: Suggested 'yarn build' versus 'yarn run build'
1 parent 0a66347 commit 060c1c6

File tree

1 file changed

+1
-1
lines changed
  • packages/react-scripts/scripts

1 file changed

+1
-1
lines changed

packages/react-scripts/scripts/init.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ module.exports = function(
149149
console.log(chalk.cyan(` ${displayedCommand} start`));
150150
console.log(' Starts the development server.');
151151
console.log();
152-
console.log(chalk.cyan(` ${displayedCommand} run build`));
152+
console.log(chalk.cyan(` ${displayedCommand} build`));
153153
console.log(' Bundles the app into static files for production.');
154154
console.log();
155155
console.log(chalk.cyan(` ${displayedCommand} test`));

0 commit comments

Comments
 (0)