siyuan/build-ui.sh

7 lines
74 B
Bash

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