From 2b637ec674e56ed7fc1ecee4af27309f3ae73d43 Mon Sep 17 00:00:00 2001 From: lapineige Date: Wed, 27 Dec 2023 17:04:21 +0100 Subject: [PATCH] reverts https://github.com/YunoHost-Apps/peertube_ynh/pull/397 as it's a different PR --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6cf9a01..e53392d 100644 --- a/scripts/install +++ b/scripts/install @@ -164,7 +164,6 @@ ynh_script_progression --message="Building Yarn dependencies..." pushd "$final_path" ynh_use_nodejs npm install -g npm - ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn config set network-timeout 300000 ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install --production --pure-lockfile ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn cache clean popd