2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-24 23:48:24 +00:00

Merge pull request #391 from rmehta/socket-2

[update] socketio
This commit is contained in:
Nabin Hait 2017-05-10 14:00:47 +05:30 committed by GitHub
commit eeab0e8d25
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'])