From f95698358cbe1ef2436b44c56ae109c7c917a48c Mon Sep 17 00:00:00 2001 From: "dedal.qq" Date: Wed, 6 Feb 2019 22:40:28 +0300 Subject: [PATCH] commit --- ev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ev.json b/ev.json index 1a8e82a..c912d3f 100644 --- a/ev.json +++ b/ev.json @@ -13,7 +13,7 @@ "env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin:/usr/go/bin" ], - "cmd": ["npm", "start"] + "cmd": ["./node_modules/.bin/babel-node", "main.js"] } ] } \ No newline at end of file