chore(cli): Update start description (#9448)
**What** Update description of the start command
This commit is contained in:
committed by
GitHub
parent
d06ea6985d
commit
eea2bfdef1
@@ -376,7 +376,7 @@ function buildLocalCommands(cli, isLocalProject) {
|
||||
})
|
||||
.command({
|
||||
command: `start`,
|
||||
desc: `Start development server.`,
|
||||
desc: `Start production server.`,
|
||||
builder: (_) =>
|
||||
_.option("types", {
|
||||
type: "boolean",
|
||||
|
||||
Reference in New Issue
Block a user