mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-07-28 07:44:22 +02:00
fix: install backend Node.js deps (ws) in start scripts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Former-commit-id: 41a7811360
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
dd8485d1b6
commit
5d221c3dc7
@@ -58,6 +58,9 @@ if %errorlevel% neq 0 (
|
||||
exit /b 1
|
||||
)
|
||||
echo [*] Backend dependencies OK.
|
||||
echo [*] Installing backend Node.js dependencies...
|
||||
call npm install --silent
|
||||
echo [*] Backend Node.js dependencies OK.
|
||||
cd ..
|
||||
|
||||
echo.
|
||||
|
||||
Reference in New Issue
Block a user