Update bridge build Batch

This commit is contained in:
Showns 2024-11-11 15:12:20 -05:00 committed by GitHub
parent b803322edc
commit b261ec8c16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ IF NOT EXIST "%project_root%\bridge\node_modules\esbuild\" (
where npm > NUL 2>&1
IF %errorlevel%==0 (
echo Installing esbuild...
npm install esbuild
npm install --prefix ./ esbuild
) ELSE (
echo Error: Please install NPM.
cd %cd%