Update tracktor.sh

This commit is contained in:
Tobias
2025-08-07 13:50:16 +02:00
committed by Push From Github
parent d9a2047cff
commit 1e036cf10e

View File

@@ -38,7 +38,6 @@ function update_script() {
setup_nodejs
fetch_and_deploy_gh_release "tracktor" "javedh-dev/tracktor"
cd /opt/tracktor
export NODE_ENV=production
$STD npm cache clean --force
$STD npm install
$STD npm run build