From ee07d43d8792b6939e4289ef77be0d75f14c22f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 26 Jul 2024 15:41:07 +0200 Subject: [PATCH] Remove yarn add patch-package for tests --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index afcf2ed..6543db8 100644 --- a/scripts/install +++ b/scripts/install @@ -141,7 +141,6 @@ 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 --cwd "$install_dir/app/assets/javascripts/" ynh_exec_warn_less ynh_exec_as "$app" "$ynh_node_load_PATH" yarn install --frozen-lockfile ynh_exec_warn_less ynh_exec_as "$app" "$ynh_node_load_PATH" yarn cache clean popd