From 50558c9fbb772d65f885af4c3b787a69a03a27e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 29 Jan 2023 17:31:31 +0100 Subject: [PATCH] remove yarn cache --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 3afcbd2..9c81389 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -152,6 +152,7 @@ then ynh_script_progression --message="Building HedgeDoc... (this will take some time and resources!)" --weight=20 pushd "$final_path" + ynh_secure_remove /usr/local/share/.cache/yarn ynh_use_nodejs bin/setup popd