mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 Improve build script
This commit is contained in:
parent
93591ad44e
commit
6852a49620
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue