try
Some checks failed
CI/CD Pipeline / deploy-staging (push) Blocked by required conditions
CI/CD Pipeline / deploy-main (push) Blocked by required conditions
CI/CD Pipeline / test-frontend (push) Failing after 2m21s
CI/CD Pipeline / test-backend (push) Has been cancelled

This commit is contained in:
philipp 2024-01-16 19:54:24 +01:00
parent 7aef741c6f
commit bc1916ceab

View File

@ -22,7 +22,9 @@ jobs:
- 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