mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +00:00
[update] socketio
This commit is contained in:
parent
893b55991b
commit
109a647633
@ -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
|
||||
|
||||
|
4
bench/patches/v4/update_socketio.py
Normal file
4
bench/patches/v4/update_socketio.py
Normal file
@ -0,0 +1,4 @@
|
||||
import subprocess
|
||||
|
||||
def execute():
|
||||
subprocess.check_output(['npm', 'install', 'socket.io'])
|
Loading…
Reference in New Issue
Block a user