54dd1db16e
This apparently gets passed to the subcommand, which may not support a "--verbose" argument. Change-Id: I8326403ea01f0121f6ff14c10d2cd1e4e7ca7c70 |
||
---|---|---|
.. | ||
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 }}
.