feature/31-lib_generation #32

Merged
philipp merged 14 commits from feature/31-lib_generation into dev 2020-12-15 15:41:42 +00:00
Showing only changes of commit e59630b17e - Show all commits

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