Add missing volume to fe build
continuous-integration/drone/push Build is failing Details

This commit is contained in:
qvalentin 2023-04-09 16:30:35 +02:00
parent 7f3c6f49c2
commit 7f8c8d9d34
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ name: Build frontend
steps: steps:
- name: Build frontend - name: Build frontend
image: node:alpine image: node:alpine
volumes:
- name: cache
path: /drone-shared
commands: commands:
- cd frontend - cd frontend
- yarn install - yarn install