From dff6409b7202f30563a50d210b499c7790c432be Mon Sep 17 00:00:00 2001 From: Nick Morgan Date: Wed, 16 Aug 2017 18:53:39 -0700 Subject: [PATCH] Docs: add note about Yarn compatibility (#103) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 141fb73..e61dfb9 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,9 @@ Both [run-s] and [run-p] are shorthand commands. [run-s] is for sequential, [run-p] is for parallel. We can make simple plans with those commands. +### Yarn Compatibility + +If a script is invoked with Yarn, npm-run-all will correctly use Yarn to execute the plan's child scripts. ## Node API This `npm-run-all` package provides Node API.