diff --git a/.drone.yml b/.drone.yml index 57b17b4..21dcbac 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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