ci: update pre-push hook to run tests instead of CI

This commit is contained in:
Lorenz Hilpert
2025-04-25 19:26:54 +02:00
parent 5db3521a0e
commit 75c6170be4
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"ng": "ng",
"start": "nx serve isa-app --ssl",
"test": "npx nx run-many -t test --exclude isa-app",
"ci": "npx nx run-many -t test --exclude isa-app -c ci --coverage --reporters=jest-junit",
"ci": "npx nx run-many -t test --exclude isa-app -c ci",
"build": "nx build isa-app --configuration=development",
"build-prod": "nx build isa-app --configuration=production",
"lint": "nx lint",