diff --git a/ev.json b/ev.json index 9c2043b..4570864 100644 --- a/ev.json +++ b/ev.json @@ -1,6 +1,6 @@ { "build": [ - ["npm", "build"] + ["npm", "install"] ], "services": [ { diff --git a/package.json b/package.json index 5d00cd5..b25e551 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "main": "main.js", "scripts": { "start": ".\\node_modules\\.bin\\babel-node main.js", - "build": "npm install", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {