Remove package-lock.json during installation

Remove package-lock.json before npm install.
This commit is contained in:
Tobias 2025-08-25 08:49:35 +02:00 committed by GitHub
parent 0ce12acf26
commit 15f835a6c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,6 @@ fetch_and_deploy_gh_release "tracktor" "javedh-dev/tracktor" "tarball" "latest"
msg_info "Configuring Tracktor" msg_info "Configuring Tracktor"
cd /opt/tracktor cd /opt/tracktor
rm package-lock.json
$STD npm install $STD npm install
$STD npm run build $STD npm run build
mkdir /opt/tracktor-data mkdir /opt/tracktor-data