mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
10 lines
171 B
Bash
10 lines
171 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
cd fcast-receiver
|
||
|
npm run build
|
||
|
cd ../fcast-receiver-service
|
||
|
npm run build
|
||
|
cd ../
|
||
|
|
||
|
ares-package fcast-receiver/dist/ fcast-receiver-service/dist/ --no-minify
|