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:
parent
b3d82a4b5f
commit
902ccff8bc
1 changed files with 2 additions and 0 deletions
|
@ -9,8 +9,10 @@ buildWebOS:
|
||||||
- npm install -g @webos-tools/cli
|
- npm install -g @webos-tools/cli
|
||||||
script:
|
script:
|
||||||
- cd fcast-receiver
|
- cd fcast-receiver
|
||||||
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
- cd ../fcast-receiver-service
|
- cd ../fcast-receiver-service
|
||||||
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
- cd ../
|
- cd ../
|
||||||
- ares-package fcast-receiver/dist/ fcast-receiver-service/dist/ --no-minify
|
- ares-package fcast-receiver/dist/ fcast-receiver-service/dist/ --no-minify
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue