run daemon install even in local build

This commit is contained in:
Alex Grintsvayg 2017-04-19 15:16:29 -04:00
parent 1853c688da
commit 2e9e0f129b

View file

@ -72,7 +72,6 @@ npm install
# daemon and cli #
####################
if [ "$FULL_BUILD" == "true" ]; then
if $OSX; then
OSNAME="macos"
else
@ -82,7 +81,6 @@ if [ "$FULL_BUILD" == "true" ]; then
wget --quiet "$DAEMON_URL" -O "$BUILD_DIR/daemon.zip"
unzip "$BUILD_DIR/daemon.zip" -d "$ROOT/app/dist/"
rm "$BUILD_DIR/daemon.zip"
fi
###################
# Build the app #