zuul-jobs/roles/yarn/README.rst

427 B

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 as yarn run {{ yarn_command }}.