Update tracktor.sh

This commit is contained in:
Tobias 2025-08-07 13:45:51 +02:00 committed by Push From Github
parent 4cb9dd8f12
commit d9a2047cff

View File

@ -39,6 +39,7 @@ function update_script() {
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
msg_ok "Updated $APP"