mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
6 lines
74 B
Bash
6 lines
74 B
Bash
#!/bin/bash
|
|
|
|
echo 'Building UI'
|
|
cd app
|
|
npm install && npm run build
|
|
cd ..
|