mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 16:26:09 +01:00
4 lines
66 B
Batchfile
4 lines
66 B
Batchfile
echo 'Building UI'
|
|
cd app
|
|
call npm install && npm run build
|
|
cd ..
|