CI/CD #1

Merged
joe merged 13 commits from ci into main 2022-09-28 18:02:57 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit fefb6c3e5a - Show all commits

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