zuul-jobs/roles/npm/README.rst

423 B

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