zuul-jobs/roles/npm
Sorin Sbarnea ad3167bd56 Fixes all tasks should be named rule
This prepared for ansible-lint v5 which no longer has exceptions
for task naming, requiring all to be named.

Change-Id: I5e761d1e3836fa270d7afdcf01780320001f820d
Part-Of: #773245
2021-03-08 13:30:32 +00:00
..
defaults Add base job and roles for javascript 2017-10-09 08:32:45 -05:00
tasks Fixes all tasks should be named rule 2021-03-08 13:30:32 +00:00
README.rst Add base job and roles for javascript 2017-10-09 08:32:45 -05:00

README.rst

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

Role Variables

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