Skip to content

Commit c38c745

Browse files
authored
📝 add compatibility note for pnpm. (#136)
1 parent a10ce12 commit c38c745

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ Both [run-s] and [run-p] are shorthand commands.
4848
[run-s] is for sequential, [run-p] is for parallel.
4949
We can make simple plans with those commands.
5050

51-
#### Yarn Compatibility
51+
#### Yarn / pnpm Compatibility
5252

53-
If a script is invoked with Yarn, `npm-run-all` will correctly use Yarn to execute the plan's child scripts.
53+
`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.
5454

5555
### Node API
5656

0 commit comments

Comments
 (0)