This commit is contained in:
2024-01-16 20:00:41 +01:00
parent bc1916ceab
commit 2a025d7519
2 changed files with 0 additions and 4 deletions

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