From c38c7453d35c788131d2a1041efc6684b36650e7 Mon Sep 17 00:00:00 2001 From: Shion Ichikawa Date: Tue, 14 May 2024 18:22:38 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20add=20compatibility=20note=20for?= =?UTF-8?q?=20pnpm.=20(#136)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05ae0e9..5ce6559 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,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 +#### Yarn / pnpm Compatibility -If a script is invoked with Yarn, `npm-run-all` will correctly use Yarn to execute the plan's child scripts. +`npm-run-all` is compatible with both Yarn and pnpm. If a script is invoked using either package manager, `npm-run-all` will correctly utilize it to execute the plan's child scripts. ### Node API