Skip to content

Commit dff6409

Browse files
nickcharlesmysticatea
authored andcommitted
Docs: add note about Yarn compatibility (#103)
1 parent 94f1b64 commit dff6409

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ Both [run-s] and [run-p] are shorthand commands.
4646
[run-s] is for sequential, [run-p] is for parallel.
4747
We can make simple plans with those commands.
4848

49+
### Yarn Compatibility
50+
51+
If a script is invoked with Yarn, npm-run-all will correctly use Yarn to execute the plan's child scripts.
4952
## Node API
5053

5154
This `npm-run-all` package provides Node API.

0 commit comments

Comments
 (0)