Fix asset settings not loading in Frontend

This commit is contained in:
eris 2022-08-01 05:19:10 +00:00
commit 4c6d67dde7
4 changed files with 689 additions and 321 deletions

View file

@ -2,6 +2,7 @@ pipeline:
lint:
when:
event:
- push
- pull_request
image: node:14
commands:
@ -12,13 +13,14 @@ pipeline:
test:
when:
event:
- push
- pull_request
image: node:14
commands:
- apt update
- apt install firefox-esr -y --no-install-recommends
- git config --global url."https://github.com/".insteadOf git://github.com/
- yarn
- yarn
- yarn test
build: