chore: run tests in pre-commit hook

This commit is contained in:
2026-05-20 17:42:49 +02:00
parent 3ee55cd0ef
commit 68717a7550
2 changed files with 0 additions and 77 deletions
-2
View File
@@ -17,8 +17,6 @@ pre-commit:
lint-backend:
glob: "backend/src/**/*.java"
run: ./backend/mvnw -f backend/pom.xml spotless:check -q
pre-push:
commands:
test-frontend:
run: cd frontend && npx vitest run
test-backend: