This commit is contained in:
selfisekai 2020-10-31 19:35:56 +01:00
parent 822be11205
commit cc7b83d167

View file

@ -1,5 +1,8 @@
front-lint:
image: node:15-alpine
allow_failure: true
before_script:
- apk add python make
script:
- cd front
- yarn
@ -7,6 +10,8 @@ front-lint:
front-build:
image: node:15-alpine
before_script:
- apk add python make
script:
- cd front
- yarn