Added dir change in ui build
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Joe Bellus 2022-09-28 09:58:02 -04:00
parent 99c032ec2c
commit 7f4ed43e2e
1 changed files with 1 additions and 0 deletions

View File

@ -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