aboutsummaryrefslogtreecommitdiffstats
path: root/packages/monorepo-scripts/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/monorepo-scripts/README.md')
-rw-r--r--packages/monorepo-scripts/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/monorepo-scripts/README.md b/packages/monorepo-scripts/README.md
index ea1d43bd5..dbdfdf135 100644
--- a/packages/monorepo-scripts/README.md
+++ b/packages/monorepo-scripts/README.md
@@ -9,7 +9,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 deps_versions
+yarn scripts:deps_versions
```
This will list out any dependencies that differ in versions between packages.