mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 09:36:12 +02:00
tea/.gitlab/pipeline/jobs/.default-frontend.yml
2021-08-24 10:27:50 +02:00

12 lines
285 B
YAML

.default-frontend:
image: node:latest
needs: [ ]
cache:
key: "$CI_PROJECT_ID"
paths:
- Resources/Private/node_modules/
- Resources/Private/.yarn
before_script:
- npm install -g eslint
- cd ./Resources/Private
- yarn install --cache-folder .yarn