zuul-jobs/roles/js-package-manager/README.rst

668 B

Run javascript build command in a source directory. Assumes the appropriate version of npm or yarn has been installed.

Role Variables

Command to run. If it's a standard lifecycle command, it will be run as {{ js_build_tool }} {{ js_build_command }}. Otherwise it will be run as {{ js_build_tool }} run {{ js_build_command }}.