From 21c5944dac11c1af65d5fe433581e478496c17be Mon Sep 17 00:00:00 2001 From: "dedal.qq" Date: Wed, 6 Feb 2019 16:58:24 +0300 Subject: [PATCH 1/3] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'ev.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ev.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ev.json b/ev.json index 4570864..8334b04 100644 --- a/ev.json +++ b/ev.json @@ -6,7 +6,9 @@ { "name": "TepexoffBot", "restart_after_update": true, - "env": [], + "env": [ + "TERM=vt100" + ], "cmd": ["npm", "start"] } ] From 6aa3b17bccb1d77d2a116df6d854282e27ec3d8c Mon Sep 17 00:00:00 2001 From: "dedal.qq" Date: Wed, 6 Feb 2019 17:47:55 +0300 Subject: [PATCH 2/3] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'ev.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ev.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ev.json b/ev.json index 8334b04..b75cbd8 100644 --- a/ev.json +++ b/ev.json @@ -1,14 +1,13 @@ { "build": [ + ["npm", "config", "set", "color", "false"] ["npm", "install"] ], "services": [ { "name": "TepexoffBot", "restart_after_update": true, - "env": [ - "TERM=vt100" - ], + "env": [], "cmd": ["npm", "start"] } ] From 9601b59216f7b98797d11c6780f533912049459c Mon Sep 17 00:00:00 2001 From: "dedal.qq" Date: Wed, 6 Feb 2019 17:48:16 +0300 Subject: [PATCH 3/3] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'ev.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ev.json b/ev.json index b75cbd8..e4938fc 100644 --- a/ev.json +++ b/ev.json @@ -1,7 +1,7 @@ { "build": [ - ["npm", "config", "set", "color", "false"] - ["npm", "install"] + ["npm", "config", "set", "color", "false"], + ["npm", "install"] ], "services": [ {