zuul-jobs/roles/js-package-manager
Monty Taylor 765e8dd5e7 Remove --verbose from js_build_command
Not all subcommands support this but we're putting in there
unconditionally. If someone wants verbose, they can put it
in the command they list.

Change-Id: I7206a84646c8808f0bd1450ccd8a44e753ee4989
2020-05-18 11:00:42 -05:00
..
defaults Add new non-npm specific javascript jobs 2020-05-12 07:50:19 +02:00
tasks Remove --verbose from js_build_command 2020-05-18 11:00:42 -05:00
vars Add new non-npm specific javascript jobs 2020-05-12 07:50:19 +02:00
README.rst Add new non-npm specific javascript jobs 2020-05-12 07:50:19 +02:00

README.rst

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 }}.