Improve install script by adding globals
Need gulp and electron installed globally to run
This commit is contained in:
parent
b4fc5b9cef
commit
e405c7a661
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
npm install -g gulp electron
|
||||
npm install
|
||||
./node_modules/.bin/electron-rebuild
|
||||
mkdir logs
|
||||
|
|
Loading…
Reference in New Issue