forked from AkkomaGang/admin-fe
Fix asset settings not loading in Frontend
This commit is contained in:
parent
c727ba8b18
commit
4c6d67dde7
4 changed files with 689 additions and 321 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue