Merge pull request #1733 from PaulRBerg/fix/monorepo-scripts/broken-yarn-command

Fix yarn command in monorepo-scripts
This commit is contained in:
Fabio B
2019-04-23 18:19:33 -05:00
committed by GitHub

View File

@@ -17,7 +17,7 @@ This repository contains a few helpful scripts for working with this mono repo.
In order to reduce the size of this repo, we try and use the same versions of dependencies between packages. To make it easier to discover version discrepancies between packages, you can run:
```bash
yarn scripts:deps_versions
yarn script:deps_versions
```
This will list out any dependencies that differ in versions between packages.