From 9ae15e1e453a1fe0f241c2d1162f95924b993ea0 Mon Sep 17 00:00:00 2001 From: Cucumber Ensemble Date: Wed, 14 Jul 2021 20:51:57 +0000 Subject: [PATCH] Explain how to use yarn to list commands Co-authored-by: Matt Wynne --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ee7a43ea9..4fe0183f9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ Before anything else, thank you. Thank you for taking some of your precious time ## Tests -See the `package.json` scripts section for how to run each category of tests. +Now type `yarn run` or see the `package.json` scripts section for how to run each category of tests. * lint - `yarn lint` * [prettier](https://github.com/prettier/prettier)