Merge alpha 0.0.5 to master #54

Merged
niggl merged 292 commits from dev into main 2020-12-23 17:05:35 +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