From aed27a07e6327cd73d35e19cedcc240532159853 Mon Sep 17 00:00:00 2001 From: SuNounix <91945628+SuNounix@users.noreply.github.com> Date: Thu, 25 Aug 2022 21:21:09 +0200 Subject: [PATCH] INSTALL JS DEPENDENCIES --- scripts/install | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/install b/scripts/install index 8580532..b8b0148 100644 --- a/scripts/install +++ b/scripts/install @@ -194,6 +194,12 @@ then fi fi +#================================================= +# INSTALL JS DEPENDENCIES +#================================================= +ynh_script_progression --message="Installing js dependencies..." --weight=1 +ynh_composer_exec --commands="bin/install-jsdeps.sh" + #================================================= # UPDATE ROUNDCUBE CONFIGURATION #=================================================