ocw/.gitlab-ci.yml
2020-10-31 19:15:18 +01:00

14 lines
183 B
YAML

front-lint:
image: node:15-alpine
script:
- cd front
- yarn
- yarn lint:fix
front-build:
image: node:15-alpine
script:
- cd front
- yarn
- yarn build