mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-09 00:34:20 +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 ..
|