mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-06-16 02:14:50 +08:00
Suggest just "yarn build" (#2385)
This commit is contained in:
committed by
William Monk
parent
78886fd98f
commit
c16a178a00
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user