diff --git a/package.json b/package.json index 4712522..60e5e0e 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "example": "cd example && electron main.js", + "prepare": "npm run build", "build": "grunt build" }, "author": "Tim Ambler ",