staging #169

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

View File

@ -22,7 +22,9 @@ jobs:
- name: Build - name: Build
run: run:
cd svelte && mkdir build && cd .. cd svelte && mkdir build && cd ..
pwd
cargo build cargo build
pwd
cd frontend && npm install && npm run build cd frontend && npm install && npm run build
- name: Install dependencies - name: Install dependencies
run: cd frontend && npm install run: cd frontend && npm install