Skip to content

Commit

Permalink
docs(expo): fix the description for the expo update republish option (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
joeflateau committed Apr 11, 2024
1 parent a216764 commit 4360a0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/generated/packages/expo/executors/update.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"republish": {
"type": "boolean",
"description": "Enable JSON output, non-JSON messages will be printed to stderr",
"description": "Republish a previous update within a branch",
"default": false
},
"group": { "type": "string", "description": "Update group to republish" },
Expand Down
2 changes: 1 addition & 1 deletion packages/expo/src/executors/update/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"republish": {
"type": "boolean",
"description": "Enable JSON output, non-JSON messages will be printed to stderr",
"description": "Republish a previous update within a branch",
"default": false
},
"group": {
Expand Down

0 comments on commit 4360a0b

Please sign in to comment.