Add vite #416

Merged
konrad merged 36 commits from feature/vite into main 2021-07-25 13:27:17 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 1fc2eb8e9c - Show all commits

View File

@ -107,8 +107,7 @@ steps:
CYPRESS_DEFAULT_COMMAND_TIMEOUT: 60000
commands:
- sed -i 's/localhost/api/g' index.html
- yarn serve -l warn &
- npx wait-on http://localhost:5000
- yarn serve -l warn & npx wait-on http://localhost:5000
- yarn test:frontend --browser chrome
depends_on:
- dependencies