We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744c07d commit fbbf406Copy full SHA for fbbf406
packages/gatsby/src/commands/develop.js
@@ -489,7 +489,7 @@ module.exports = async (program: any) => {
489
console.log()
490
console.log(`Note that the development build is not optimized.`)
491
console.log(
492
- `To create a production build, use ` + `${chalk.cyan(`npm run build`)}`
+ `To create a production build, use ` + `${chalk.cyan(`gatsby build`)}`
493
)
494
495
}
0 commit comments