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