diff --git a/ev.json b/ev.json index 2c280c5..1a8e82a 100644 --- a/ev.json +++ b/ev.json @@ -1,5 +1,7 @@ { "build": [ + ["node", "-v"], + ["npm", "-v"], ["npm", "config", "set", "scripts-prepend-node-path", "true"], ["npm", "config", "set", "color", "false"], ["npm", "install"]