From 953226cb5b468edd9bdc80440351df5fda980606 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 7 Aug 2025 15:06:38 +0200 Subject: [PATCH] Update tracktor.sh --- ct/tracktor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/tracktor.sh b/ct/tracktor.sh index 5cb8d87e..f6aa2d98 100644 --- a/ct/tracktor.sh +++ b/ct/tracktor.sh @@ -38,7 +38,7 @@ function update_script() { setup_nodejs fetch_and_deploy_gh_release "tracktor" "javedh-dev/tracktor" cd /opt/tracktor - $STD npm cache clean --force + rm package-lock.json $STD npm install $STD npm run build msg_ok "Updated $APP"