Include frontend tests, update readme, fix bugs #163

Merged
philipp merged 20 commits from test-playwright into staging 2024-01-16 23:44:04 +01:00
2 changed files with 0 additions and 4 deletions
Showing only changes of commit 2a025d7519 - Show all commits

View File

@ -21,10 +21,7 @@ jobs:
run: ./test_db.sh
- name: Build
run:
cd svelte && mkdir build && cd ..
pwd
cargo build
pwd
cd frontend && npm install && npm run build
- name: Install dependencies
run: cd frontend && npm install

1
svelte/.gitignore vendored
View File

@ -1,6 +1,5 @@
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env