use local installation of electron
This commit is contained in:
parent
1838ac3997
commit
95e16e444e
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -67,7 +67,7 @@ if [ -n "${TEAMCITY_VERSION:-}" ]; then
|
||||||
|
|
||||||
echo 'Build and packaging complete.'
|
echo 'Build and packaging complete.'
|
||||||
else
|
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
|
fi
|
||||||
|
|
||||||
if [ -n "${TEAMCITY_VERSION:-}" ]; then
|
if [ -n "${TEAMCITY_VERSION:-}" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue