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

View File

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