Install yarn in javascript pre playbook

We do this in the javascript pre playbook in zuul-jobs but not here.
Update it to be consistent.

Change-Id: Ia3c300e763a44b85db83d2c161d9ac3e0c2f54db
This commit is contained in:
Monty Taylor 2018-03-06 13:21:59 -06:00
parent 9d0e806ec4
commit 6058d60737
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 0 deletions

View File

@ -5,5 +5,6 @@
bindep_dir: "{{ zuul_work_dir }}"
- test-setup
- install-nodejs
- install-yarn
- revoke-sudo
- install-javascript-packages