From 5fd359a64fa2dbfa3b6d85b166d5e33b33643454 Mon Sep 17 00:00:00 2001 From: Paul Berg Date: Mon, 25 Mar 2019 19:28:00 +0000 Subject: [PATCH] Fix yarn command --- packages/monorepo-scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/monorepo-scripts/README.md b/packages/monorepo-scripts/README.md index 0673098b5c..11ab9c4079 100644 --- a/packages/monorepo-scripts/README.md +++ b/packages/monorepo-scripts/README.md @@ -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.