updates
This commit is contained in:
13
frontEnd/.husky/pre-commit
Executable file
13
frontEnd/.husky/pre-commit
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
# Pre-commit hook to run security checks
|
||||
|
||||
echo "Running security checks..."
|
||||
|
||||
# Run security scan
|
||||
npm run security:scan
|
||||
|
||||
# Run lint
|
||||
npm run lint
|
||||
|
||||
echo "Security checks passed!"
|
||||
|
||||
Reference in New Issue
Block a user