diff --git a/ev.json b/ev.json index 1a8e82a..20a360b 100644 --- a/ev.json +++ b/ev.json @@ -2,6 +2,8 @@ "build": [ ["node", "-v"], ["npm", "-v"], + ["npm", "cache", "clean", "--force"], + ["rm", "-rf", "node_modules"], ["npm", "config", "set", "scripts-prepend-node-path", "true"], ["npm", "config", "set", "color", "false"], ["npm", "install"]