mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-27 09:24:06 +01:00
5 lines
66 B
Batchfile
5 lines
66 B
Batchfile
|
|
echo 'Building UI'
|
||
|
|
cd app
|
||
|
|
call npm install && npm run build
|
||
|
|
cd ..
|