Skip to content

Commit b122b59

Browse files
authored
Merge pull request #519 from AlbertShown/patch-2
Update bridge build Batch
2 parents 37cdbfd + b261ec8 commit b122b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bridge/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ IF NOT EXIST "%project_root%\bridge\node_modules\esbuild\" (
2727
where npm > NUL 2>&1
2828
IF %errorlevel%==0 (
2929
echo Installing esbuild...
30-
npm install esbuild
30+
npm install --prefix ./ esbuild
3131
) ELSE (
3232
echo Error: Please install NPM.
3333
cd %cd%

0 commit comments

Comments
 (0)