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