mirror of
https://github.com/webui-dev/webui
synced 2025-03-28 21:13:17 +00:00
Update bridge build Batch
This commit is contained in:
parent
b803322edc
commit
b261ec8c16
@ -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%
|
||||
|
Loading…
x
Reference in New Issue
Block a user