mirror of
https://github.com/frappe/bench.git
synced 2025-01-26 08:08:23 +00:00
commit
eeab0e8d25
@ -2,3 +2,5 @@ bench.patches.v3.deprecate_old_config
|
|||||||
bench.patches.v3.celery_to_rq
|
bench.patches.v3.celery_to_rq
|
||||||
bench.patches.v3.redis_bind_ip
|
bench.patches.v3.redis_bind_ip
|
||||||
bench.patches.v4.update_node
|
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…
x
Reference in New Issue
Block a user