Skip to content

Commit

Permalink
Suggest just "yarn build" (facebook#2385)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored and romaindso committed Jul 10, 2017
1 parent bc1a01f commit a3fa656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-dev-utils/WebpackDevServerUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function printInstructions(appName, urls, useYarn) {
console.log('Note that the development build is not optimized.');
console.log(
`To create a production build, use ` +
`${chalk.cyan(`${useYarn ? 'yarn' : 'npm'} run build`)}.`
`${chalk.cyan(`${useYarn ? 'yarn' : 'npm run'} build`)}.`
);
console.log();
}
Expand Down

0 comments on commit a3fa656

Please sign in to comment.