From d7adaf05a603c14949a945fbd17b6b27c823bc28 Mon Sep 17 00:00:00 2001 From: Jules Bertholet Date: Sat, 29 May 2021 10:20:53 -0400 Subject: [PATCH] More log --- scripts/_common.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 4ea9b4e..bc1a8aa 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="git jq build-essential nodejs g++ gettext-base" +pkg_dependencies="git jq build-essential nodejs g++ gettext-base rsync" #================================================= # PERSONAL HELPERS @@ -63,6 +63,7 @@ function build_app { sudo -u $admin env "PATH=$node_path" yarn --cache-folder "$final_path/yarn-cache" --use-yarnrc "$final_path/.yarnrc" install 1>&2 sudo -u $admin env "PATH=$node_path" yarn --cache-folder "$final_path/yarn-cache" --use-yarnrc "$final_path/.yarnrc" build 1>&2 sudo -u $admin env "PATH=$node_path" yarn --cache-folder "$final_path/yarn-cache" --use-yarnrc "$final_path/.yarnrc" build:vscode 1>&2 + echo "done with build" sudo -u $admin env "PATH=$node_path" yarn --cache-folder "$final_path/yarn-cache" --use-yarnrc "$final_path/.yarnrc" release 1>&2 cd release sudo -u $admin env "PATH=$node_path" yarn --cache-folder "$final_path/yarn-cache" --use-yarnrc "$final_path/.yarnrc" install --production 1>&2