staging #169

Merged
philipp merged 83 commits from staging into main 2024-01-19 07:43:06 +01:00
Showing only changes of commit 442453bef3 - Show all commits

View File

@ -54,6 +54,7 @@ jobs:
- name: Build
run: |
cargo build
mkdir svelte && cd svelte && mkdir build && cd ..
cd frontend && npm install && npm run build
- name: Run Tests