2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

installs yarn globally (#580)

This commit is contained in:
Ameya Shenoy 2018-02-21 16:27:11 +05:30 committed by Faris Ansari
parent 4497267269
commit c06307e50d

View File

@ -37,3 +37,8 @@
update_cache: yes
force: yes
when: ansible_os_family == 'Debian' or ansible_distribution == 'Ubuntu'
- name: Install yarn
command: npm install -g yarn
become: yes
become_user: root