From bf1cbd1eb0c186806a951f7be89bad1db86cf45a Mon Sep 17 00:00:00 2001 From: Beau Carnes Date: Wed, 29 Apr 2020 14:49:14 -0400 Subject: [PATCH] docs: fixed command in guidelines (#38688) --- docs/how-to-open-a-pull-request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-open-a-pull-request.md b/docs/how-to-open-a-pull-request.md index d5bdaa6646..a7816fdc45 100644 --- a/docs/how-to-open-a-pull-request.md +++ b/docs/how-to-open-a-pull-request.md @@ -165,7 +165,7 @@ When you are working on features for our upcoming curriculum `next-*` branches, ```console npm run clean - npm run ci + npm ci npm run test:curriculum --superblock= # example: