Changed cp command dir
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Joe Bellus 2022-09-28 10:01:42 -04:00
parent c17a21f868
commit fefb6c3e5a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ steps:
- cd ui
- npm install
- npm run build
- cp -R ./ui/build /app/dist
- cp -R ./build /app/dist
- name: test