siyuan/build-ui.bat

5 lines
66 B
Batchfile
Raw Normal View History

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