From e59630b17e663723bb52b3153d3fd46cc464e693 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sat, 12 Dec 2020 22:34:07 +0100 Subject: [PATCH] More switching ref #31 --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) 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