Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit c16a178

Browse files
gaearonwmonk
authored andcommitted
Suggest just "yarn build" (#2385)
1 parent 78886fd commit c16a178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dev-utils/WebpackDevServerUtils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function printInstructions(appName, urls, useYarn) {
107107
console.log('Note that the development build is not optimized.');
108108
console.log(
109109
`To create a production build, use ` +
110-
`${chalk.cyan(`${useYarn ? 'yarn' : 'npm'} run build`)}.`
110+
`${chalk.cyan(`${useYarn ? 'yarn' : 'npm run'} build`)}.`
111111
);
112112
console.log();
113113
}

0 commit comments

Comments
 (0)