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