master
selfisekai 2020-10-31 19:35:56 +01:00
parent 822be11205
commit cc7b83d167
1 changed files with 5 additions and 0 deletions

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