siyuan/build-ui.bat

4 lines
66 B
Batchfile

echo 'Building UI'
cd app
call npm install && npm run build
cd ..