From e405c7a661a886110e94a3b8bc22086731d2fa78 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Fri, 10 Jun 2016 17:55:55 -0400 Subject: [PATCH] Improve install script by adding globals Need gulp and electron installed globally to run --- app/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/app/install.sh b/app/install.sh index ec1c939..27ed944 100644 --- a/app/install.sh +++ b/app/install.sh @@ -1,5 +1,6 @@ #!/bin/bash +npm install -g gulp electron npm install ./node_modules/.bin/electron-rebuild mkdir logs