Further fixes to Vite CI
All checks were successful
CI / Go tests & lint (push) Successful in 8s
CI / Frontend tests & type-check (push) Successful in 24s

This commit is contained in:
2026-04-09 10:53:06 -03:00
parent 9dbe18caea
commit 73ad1ed788
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ tasks:
desc: Run frontend tests
dir: "{{.WEB_DIR}}"
deps: [web:install]
cmd: npm test -- --watchAll=false
cmd: npm test
# ── Backend ─────────────────────────────────────────────────────────────────