From 7f4ed43e2efc506a5c9eab5e474386a6d9c0c14f Mon Sep 17 00:00:00 2001 From: Joe Bellus Date: Wed, 28 Sep 2022 09:58:02 -0400 Subject: [PATCH] Added dir change in ui build --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index d3fd619..f8543e4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,7 @@ steps: commands: - apt-get update - apt-get -y install libssl-dev + - cd ui - npm install - npm run build - cp -R ./ui/build /app/dist