From fae4df3377b254430b4dab001d7bbf6779906274 Mon Sep 17 00:00:00 2001 From: Jonas Galvez Date: Wed, 24 Oct 2018 10:51:21 -0300 Subject: [PATCH] chore: adjust notes about setup and yarn to the contribution (#4185) --- CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2a68f04289..0e463b7f08 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,11 +38,10 @@ Before running any tests, make sure all dependencies are met and build all packa ```sh yarn -yarn build -yarn test +yarn dev ``` -You **must** use `yarn` to install dependencies as it'll properly resolve all dependencies from sub-packages as well, eliminating the need to `npm link` all required packages. +`yarn` is the only supported package manager, as it will, among other things, properly resolve all dependencies from sub-packages and eliminate the need to `npm link` all required packages. #### Fixtures