use local installation of electron

This commit is contained in:
jobevers 2017-02-08 10:20:34 -06:00
parent 1838ac3997
commit 95e16e444e

View file

@ -67,7 +67,7 @@ if [ -n "${TEAMCITY_VERSION:-}" ]; then
echo 'Build and packaging complete.'
else
echo 'Build complete. Run `electron electron` to launch the app'
echo 'Build complete. Run `./node_modules/.bin/electron app` to launch the app'
fi
if [ -n "${TEAMCITY_VERSION:-}" ]; then