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