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:
parent
4497267269
commit
c06307e50d
@ -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
|
Loading…
Reference in New Issue
Block a user