More switching
continuous-integration/drone/push Build is failing Details

ref #31
This commit is contained in:
Nicolai Ort 2020-12-12 22:34:07 +01:00
parent 20ec6e0cd6
commit e59630b17e
1 changed files with 2 additions and 0 deletions

View File

@ -117,11 +117,13 @@ steps:
- name: build the lib
image: node:alpine
commands:
- cd backend
- yarn
- yarn lib
- name: push
image: alpine/git
commands:
- cd backend
- mv ./lib/dist ../lib/dist
- mv ./lib/openapi.json ../lib/openapi.json
- cd ../lib