Skip to content

Commit

Permalink
Docs: add note about Yarn compatibility (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharles authored and mysticatea committed Aug 17, 2017
1 parent 94f1b64 commit dff6409
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -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.
Expand Down

0 comments on commit dff6409

Please sign in to comment.