mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
9 lines
171 B
Bash
Executable file
9 lines
171 B
Bash
Executable file
#!/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
|