You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,9 +48,9 @@ Both [run-s] and [run-p] are shorthand commands.
48
48
[run-s] is for sequential, [run-p] is for parallel.
49
49
We can make simple plans with those commands.
50
50
51
-
#### Yarn Compatibility
51
+
#### Yarn / pnpm Compatibility
52
52
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.
0 commit comments