1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00
fcast/receivers/webos/scripts/build.sh

10 lines
171 B
Bash
Raw Permalink Normal View History

#!/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