mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-15 15:28:37 +08:00
🎨 Improve build script
This commit is contained in:
parent
93591ad44e
commit
6852a49620
@ -4,6 +4,9 @@ echo 'use ".\scripts\win-build.bat" instead of "win-build.bat"'
|
|||||||
echo 'Building UI'
|
echo 'Building UI'
|
||||||
cd app
|
cd app
|
||||||
call pnpm install
|
call pnpm install
|
||||||
|
if errorlevel 1 (
|
||||||
|
exit /b %errorlevel%
|
||||||
|
)
|
||||||
call pnpm run build
|
call pnpm run build
|
||||||
if errorlevel 1 (
|
if errorlevel 1 (
|
||||||
exit /b %errorlevel%
|
exit /b %errorlevel%
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user