Skip to content

Commit

Permalink
Fix command description
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Sobolev <[email protected]>
  • Loading branch information
haiodo committed Nov 11, 2024
1 parent 95ea034 commit d91899a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/config/rush/command-line.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@
{
"commandKind": "global",
"name": "doformat",
"summary": "Show a formatting errors if pressent",
"description": "use to build all docker containers required for platform",
"summary": "Do aformat and show errors after it",
"description": "Do aformat and show errors after it",
"safeForSimultaneousRushProcesses": true,
"shellCommand": "rush format && ./common/scripts/format-show.sh"
},
Expand Down

0 comments on commit d91899a

Please sign in to comment.