mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-12 23:21:23 +08:00
7 lines
74 B
Bash
7 lines
74 B
Bash
#!/bin/bash
|
|
|
|
echo 'Building UI'
|
|
cd app
|
|
npm install && npm run build
|
|
cd ..
|