Merge pull request #685 from roramirez/dev-npm-run

fix when is set dev parameter option in "npm start dev".
This commit is contained in:
Michael Teeuw 2017-02-07 12:03:05 +01:00 committed by GitHub
commit 4163304b24

View File

@ -1,4 +1,4 @@
if [ -z "$DISPLAY" ]; then #If not set DISPLAY is SSH remote or tty
export DISPLAY=:0 # Set by defaul display
fi
electron js/electron.js
electron js/electron.js $1