From 4b0962fa5bc1c6a77d707a399f05ad7eed2447fb Mon Sep 17 00:00:00 2001 From: David Sulpy Date: Wed, 4 Sep 2019 09:01:36 -0500 Subject: [PATCH] Added a prepare script step to allow pulling from github as a src --- package.json | 1 + 1 file changed, 1 insertion(+) 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 ",