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
This commit is contained in:
parent
383f04b96d
commit
211d33ad59
|
@ -22,7 +22,7 @@ favor of using ng-dev.
|
||||||
|
|
||||||
To merge a pr using the new tooling run:
|
To merge a pr using the new tooling run:
|
||||||
|
|
||||||
$ yarn -s ng dev pr merge <pr-number>
|
$ yarn -s ng-dev pr merge <pr-number>
|
||||||
|
|
||||||
################################################"
|
################################################"
|
||||||
# Sleep a short time to highlight deprecate notice.
|
# Sleep a short time to highlight deprecate notice.
|
||||||
|
|
Loading…
Reference in New Issue