mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 06:36:13 +02:00
tea/.gitlab/pipeline/jobs/.default-frontend.yml

11 lines
214 B
YAML
Raw Normal View History

2021-08-24 10:27:50 +02:00
.default-frontend:
image: node:18
2021-08-24 10:27:50 +02:00
needs: [ ]
cache:
key: "$CI_PROJECT_ID"
paths:
- Resources/Private/node_modules/
- Resources/Private/.npm
2021-08-24 10:27:50 +02:00
before_script:
- npm install --cache .npm