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

Added missing install steps

This commit is contained in:
Michael Hollister 2024-12-17 01:02:06 -06:00
parent b3d82a4b5f
commit 902ccff8bc

View file

@ -9,8 +9,10 @@ buildWebOS:
- npm install -g @webos-tools/cli
script:
- cd fcast-receiver
- npm install
- npm run build
- cd ../fcast-receiver-service
- npm install
- npm run build
- cd ../
- ares-package fcast-receiver/dist/ fcast-receiver-service/dist/ --no-minify