siyuan/build-ui.sh

7 lines
74 B
Bash
Raw Normal View History

#!/bin/bash
echo 'Building UI'
cd app
npm install && npm run build
cd ..