From 0ff9798098fb38e7f8eafddc367ffdc4d27b1add Mon Sep 17 00:00:00 2001 From: AllanFly120 Date: Mon, 21 Sep 2020 09:43:20 -0700 Subject: [PATCH] docs: update contribution guide (#1527) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b85ad3ce3c08..321970996370 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -93,7 +93,7 @@ yarn To run all of the tests in the repository, still from the root package, run the following command: ``` -yarn test-all +yarn test:all ``` The above command will use Lerna to run the `test` script in every package in the `packages` directory.