From 211d33ad591d43015a3a47c6ed9d50b3687c5dbe Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Tue, 19 May 2020 15:18:23 -0700 Subject: [PATCH] build: fix deprecation notice in scripts/github/merge-pr script (#37208) The deprecation notice for the merge-pr script errantly referenced 'ng dev' rather than 'ng-dev', this PR corrects this. PR Close #37208 --- scripts/github/merge-pr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/github/merge-pr b/scripts/github/merge-pr index f25e551508..aee83b99eb 100755 --- a/scripts/github/merge-pr +++ b/scripts/github/merge-pr @@ -22,7 +22,7 @@ favor of using ng-dev. To merge a pr using the new tooling run: -$ yarn -s ng dev pr merge +$ yarn -s ng-dev pr merge ################################################" # Sleep a short time to highlight deprecate notice.