From 3d0056f371e8303b996d339b3463441ffa8368bd Mon Sep 17 00:00:00 2001 From: Vyacheslav Tumanov Date: Mon, 12 Feb 2024 23:41:31 +0500 Subject: [PATCH] fix name for rush command (#4607) Signed-off-by: Vyacheslav Tumanov --- common/config/rush/command-line.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config/rush/command-line.json b/common/config/rush/command-line.json index 09e97f9f59..b6cca01772 100644 --- a/common/config/rush/command-line.json +++ b/common/config/rush/command-line.json @@ -174,7 +174,7 @@ { "summary": "docker:staging", "commandKind": "phased", - "name": "docker-staging", + "name": "docker:staging", "phases": ["_phase:build", "_phase:bundle", "_phase:package", "_phase:docker-staging"], "enableParallelism": true, "incremental": true