ff44b6cd4e
The old role will be kept and include ensure-javascript-packages for backwards-compatability. Change-Id: Ibb896edf0652a19be13018b4abddb4a81c51f07b
15 lines
361 B
ReStructuredText
15 lines
361 B
ReStructuredText
Install javascript dependencies needed for a project
|
|
|
|
**Role Variables**
|
|
|
|
.. zuul:rolevar:: zuul_work_dir
|
|
:default: {{ zuul.project.src_dir }}
|
|
|
|
The directory to work in.
|
|
|
|
.. zuul:rolevar:: tox_constraints_file
|
|
|
|
Path to a pip constraints file. Will set the
|
|
``UPPER_CONSTRAINTS_FILE`` environment variable. Useful if npm
|
|
``postinstall`` runs tox.
|