zuul-jobs/roles/ensure-javascript-packages
Ian Wienand f76cfbab11 linters: fix spaces between filters
This fixes a number of places where we do not have spaces between
filters.  I think that this is a reasonable rule for readability (I
also think it probably was enforced, but maybe later versions got
better at detecting it?).

These are detected by a later version of Ansible lint; this change
should have no operational change to any roles but prepares us to
update in a follow-on change.

Change-Id: I07e1a109b87adce86f483d14d7e02fcecb8313d5
2022-07-27 17:13:39 +10:00
..
defaults Rename install-javascript-packages to ensure-javascript-packages for consistency 2020-04-04 15:41:29 -04:00
tasks linters: fix spaces between filters 2022-07-27 17:13:39 +10:00
README.rst Add new non-npm specific javascript jobs 2020-05-12 07:50:19 +02:00

README.rst

Install javascript dependencies needed for a project

Role Variables

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.