We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e16544 commit f26ed0fCopy full SHA for f26ed0f
packages/react-dev-utils/printHostingInstructions.js
@@ -92,7 +92,7 @@ function printDeployInstructions(publicUrl, hasDeployScript, useYarn) {
92
console.log(` ${chalk.dim('// ...')}`);
93
console.log(
94
` ${chalk.yellow('"predeploy"')}: ${chalk.yellow(
95
- '"npm run build",'
+ `"${useYarn ? 'yarn' : 'npm run'} build",`
96
)}`
97
);
98
0 commit comments