From 50d81331091035c9a71edddbca4f7af78853e14f Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 6 Dec 2023 09:08:23 +0100 Subject: [PATCH] verify cache --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index c65e674..aad43cd 100644 --- a/scripts/install +++ b/scripts/install @@ -52,6 +52,8 @@ ynh_script_progression --message="Building EtherCalc... (this will take some tim pushd "$install_dir" ynh_use_nodejs + $ynh_npm cache verify + $ynh_npm cache clean --force ynh_exec_warn_less npm i -g ethercalc ynh_exec_warn_less npm i zappajs popd