chore: adjust notes about setup and yarn to the contribution (#4185)

This commit is contained in:
Jonas Galvez 2018-10-24 10:51:21 -03:00 committed by Pooya Parsa
parent 23228db73c
commit fae4df3377

View File

@ -38,11 +38,10 @@ Before running any tests, make sure all dependencies are met and build all packa
```sh ```sh
yarn yarn
yarn build yarn dev
yarn test
``` ```
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 #### Fixtures