Andreas Jaeger 00a57652de Update ensure-javascript-packages README
Copy over description from ensure-tox README, UPPER_CONSTRAINTS_FILE is
deprecated.

Change-Id: Ia18d77afe5cbfb090ded452a4b1c7e5ad47f2e41
2020-04-23 17:18:23 +02:00

17 lines
466 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 be provided to via
``TOX_CONSTRAINTS_FILE`` (deprecated but currently still supported
name is ``UPPER_CONSTRAINTS_FILE``) environment variable if it
exists.
Useful if npm ``postinstall`` runs tox.