98aa9f9bb0
Projects using yarn for dependencies can just run yarn commands instead of npm commands. Add a yarn role that allows a project to do that. Change-Id: I48a722ca55c88c6330114da3a2c035b1f84f92e1 |
||
---|---|---|
.. | ||
defaults | ||
tasks | ||
vars | ||
README.rst |
Run yarn command in a source directory. Assumes the appropriate version of yarn has been installed.
Role Variables
Command to run. If it's a standard lifecycle command, it will be run as
yarn {{ yarn_command }}
. Otherwise it will be run asyarn run {{ yarn_command }}
.