configure the "homepage" key inside the ci (hardcoded currently)

This commit is contained in:
Micha Gläß-Stöcker 2021-08-24 09:42:58 +02:00
parent 158d1aca04
commit b579410f4b

View file

@ -29,6 +29,8 @@ build_stage:
stage: build_stage
image: node:lts-alpine
script:
- npm install json
- node_modules/.bin/json -I -f ./openwrt-firmware-selector/package.json -e "this.homepage='/'"
- cd openwrt-firmware-selector
- yarn install
- yarn build