From 232ac99d7895946dbe039f6451843317b306a63b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 26 Apr 2023 12:38:47 +0200 Subject: [PATCH] Update install --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index 73626e3..65d8709 100755 --- a/scripts/install +++ b/scripts/install @@ -53,8 +53,6 @@ ynh_script_progression --message="Configuring the app..." --weight=15 pushd $install_dir ynh_use_nodejs - rm .cache/yarn/* -rf - rm node_modules -rf ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install --production ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn build popd