diff --git a/scripts/install b/scripts/install index 941613f..84e8b14 100644 --- a/scripts/install +++ b/scripts/install @@ -141,6 +141,7 @@ pushd "$install_dir" ynh_use_nodejs ynh_npm install --location=global terser ynh_npm install --location=global uglify-js + ynh_exec_warn_less ynh_exec_as "$app" "$ynh_node_load_PATH" yarn add patch-package ynh_exec_warn_less ynh_exec_as "$app" "$ynh_node_load_PATH" yarn install --production --frozen-lockfile ynh_exec_warn_less ynh_exec_as "$app" "$ynh_node_load_PATH" yarn cache clean popd