Add missing volume to fe build
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
7f3c6f49c2
commit
7f8c8d9d34
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue