run daemon install even in local build
This commit is contained in:
parent
1853c688da
commit
2e9e0f129b
1 changed files with 9 additions and 11 deletions
|
@ -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 #
|
||||
|
|
Loading…
Reference in a new issue