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

[update] socketio

This commit is contained in:
Rushabh Mehta 2017-05-10 13:44:26 +05:30
parent 893b55991b
commit 109a647633
2 changed files with 6 additions and 0 deletions

View File

@ -2,3 +2,5 @@ bench.patches.v3.deprecate_old_config
bench.patches.v3.celery_to_rq
bench.patches.v3.redis_bind_ip
bench.patches.v4.update_node
bench.patches.v4.update_socketio

View File

@ -0,0 +1,4 @@
import subprocess
def execute():
subprocess.check_output(['npm', 'install', 'socket.io'])