Remove package-lock.json deletion in tracktor.sh

This commit is contained in:
Tobias 2025-08-25 09:04:40 +02:00 committed by GitHub
parent 15f835a6c2
commit 6914a23c16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,6 @@ function update_script() {
setup_nodejs
fetch_and_deploy_gh_release "tracktor" "javedh-dev/tracktor" "tarball" "latest" "/opt/tracktor"
cd /opt/tracktor
rm package-lock.json
$STD npm install
$STD npm run build
msg_ok "Updated $APP"