From 8e1b4fcde0f0ce37aed870f0e05c72f762720708 Mon Sep 17 00:00:00 2001 From: "dedal.qq" Date: Wed, 6 Feb 2019 22:12:25 +0300 Subject: [PATCH] commit --- ev.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ev.json b/ev.json index f7aa59e..2c280c5 100644 --- a/ev.json +++ b/ev.json @@ -1,5 +1,6 @@ { "build": [ + ["npm", "config", "set", "scripts-prepend-node-path", "true"], ["npm", "config", "set", "color", "false"], ["npm", "install"] ], @@ -10,7 +11,7 @@ "env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin:/usr/go/bin" ], - "cmd": ["./run.sh"] + "cmd": ["npm", "start"] } ] } \ No newline at end of file