Skip to content

Commit

Permalink
Suggest just "yarn build" (#2385)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed May 27, 2017
1 parent 5317b3f commit 70bf125
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 70bf125

Please sign in to comment.