zuul-jobs/roles/yarn/vars/main.yaml
Monty Taylor 98aa9f9bb0
Add a yarn role
Projects using yarn for dependencies can just run yarn commands instead
of npm commands. Add a yarn role that allows a project to do that.

Change-Id: I48a722ca55c88c6330114da3a2c035b1f84f92e1
2018-07-27 09:34:22 -04:00

10 lines
108 B
YAML

yarn_lifecycle_phases:
- install
- pack
- publish
- restart
- start
- stop
- test
- version