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