Refactor pre-commit and add pre-push hooks for CI checks.

- 🛠️ **Refactor**: Removed CI check from pre-commit hook
-  **Feature**: Added pre-push hook to enforce CI checks
This commit is contained in:
Lorenz Hilpert
2025-04-09 12:42:04 +02:00
parent 291386e4fd
commit ae3662dfd1
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
npm run ci && npx lint-staged
npx lint-staged

1
.husky/pre-push Normal file
View File

@@ -0,0 +1 @@
npm run ci