From aa1823bb910f0aa6543b846052e06e8ceeaf91aa Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 25 Dec 2020 17:30:31 +0100 Subject: [PATCH] add bower --- scripts/install | 2 ++ scripts/upgrade | 2 ++ 2 files changed, 4 insertions(+) diff --git a/scripts/install b/scripts/install index f0e5616..07854a2 100644 --- a/scripts/install +++ b/scripts/install @@ -137,6 +137,8 @@ ynh_script_progression --message="Building CryptPad... (this will take some time pushd "$final_path" || ynh_die ynh_use_nodejs ynh_exec_warn_less yarn install --allow-root + yarn global add bower + bower install --allow-root popd || ynh_die #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 9a5530d..bad4cf5 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -148,6 +148,8 @@ ynh_script_progression --message="Building CryptPad... (this will take some time pushd "$final_path" || ynh_die ynh_use_nodejs ynh_exec_warn_less yarn install --allow-root + yarn global add bower + bower install --allow-root popd || ynh_die #=================================================