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