fix: update husky pre-commit hook to set the current year

This commit is contained in:
yassinedorbozgithub 2025-01-02 11:46:57 +01:00
parent 122a9d02cb
commit 6b56323dc1

View File

@ -16,7 +16,7 @@ run_checks() {
echo "${BLUE}Running ${path} checks and tests...${NC}"
cd ./${path}
npm run typecheck
npm run lint
npx lint-staged
if [ "$path" = "api" ]; then
npm run test:half # Run API specific tests
fi