Update tracktor-install.sh

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

View File

@ -18,7 +18,6 @@ fetch_and_deploy_gh_release "tracktor" "javedh-dev/tracktor"
msg_info "Configuring Tracktor"
cd /opt/tracktor
export NODE_ENV=production
$STD npm cache clean --force
$STD npm install
$STD npm run build