Skip to content

Commit fbbf406

Browse files
mueschawardpeet
authored andcommitted
fix(gatsby): console output: npm run build -> gatsby build (#17896)
1 parent 744c07d commit fbbf406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby/src/commands/develop.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ module.exports = async (program: any) => {
489489
console.log()
490490
console.log(`Note that the development build is not optimized.`)
491491
console.log(
492-
`To create a production build, use ` + `${chalk.cyan(`npm run build`)}`
492+
`To create a production build, use ` + `${chalk.cyan(`gatsby build`)}`
493493
)
494494
console.log()
495495
}

0 commit comments

Comments
 (0)