From 80577332e4de81bceb4818109647b8fee3cdfde5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 1 Jan 2024 23:22:27 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index c7557c5..cf93efb 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -64,6 +64,7 @@ ynh_script_progression --message="Building EtherCalc... (this will take some tim pushd "$install_dir" ynh_use_nodejs + ynh_secure_remove --file="$install_dir/package-lock.json" ynh_exec_warn_less npm install -g ethercalc ynh_exec_warn_less npm i zappajs popd