run npm install before CI build

feat/vaults
Tomáš Mládek 2021-04-05 22:05:52 +02:00
parent d32334088e
commit c5f842a3be
1 changed files with 2 additions and 1 deletions

View File

@ -49,6 +49,7 @@ build:frontend:
image: $NODE_IMAGE
script:
- node --version && npm --version
- cd ui && npm i && cd ..
- make frontend
artifacts:
paths:
@ -68,4 +69,4 @@ package:
- make
artifacts:
paths:
- dist
- dist