mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
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:
@@ -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.');
|
||||
Reference in New Issue
Block a user