From faf8a94af336fb0c79a1f897783dc9aaa0756919 Mon Sep 17 00:00:00 2001 From: "dedal.qq" Date: Wed, 6 Feb 2019 15:52:07 +0300 Subject: [PATCH] =?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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ev.json b/ev.json index 73675ad..9c2043b 100644 --- a/ev.json +++ b/ev.json @@ -1,13 +1,13 @@ { - "build": [], + "build": [ + ["npm", "build"] + ], "services": [ { "name": "TepexoffBot", "restart_after_update": true, - "env": [ - "NODE_PATH=/usr/lib/node_modules" - ], - "cmd": ["npm build && npm start"] + "env": [], + "cmd": ["npm", "start"] } ] } \ No newline at end of file