mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
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:
@@ -1 +1 @@
|
||||
npm run ci && npx lint-staged
|
||||
npx lint-staged
|
||||
|
||||
1
.husky/pre-push
Normal file
1
.husky/pre-push
Normal file
@@ -0,0 +1 @@
|
||||
npm run ci
|
||||
Reference in New Issue
Block a user