chore: remove manual install script and clean up package.json

Remove unnecessary install script and verify cleanup of lockfiles.

Co-authored-by: Thomas Ruoff <111471+tomru@users.noreply.github.com>
This commit is contained in:
v0
2026-02-06 08:08:04 +00:00
parent eeaacaeadb
commit 2c24093952

View File

@@ -1,5 +0,0 @@
import { execSync } from 'child_process';
console.log('Running npm install to update dependencies...');
execSync('npm install', { stdio: 'inherit', cwd: process.cwd() });
console.log('npm install completed successfully.');