We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f1b64 commit dff6409Copy full SHA for dff6409
README.md
@@ -46,6 +46,9 @@ Both [run-s] and [run-p] are shorthand commands.
46
[run-s] is for sequential, [run-p] is for parallel.
47
We can make simple plans with those commands.
48
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.
52
## Node API
53
54
This `npm-run-all` package provides Node API.
0 commit comments