diff --git a/.husky/pre-commit b/.husky/pre-commit index d4a43dd1..af964838 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,2 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" npm run pre-commit diff --git a/.husky/pre-push b/.husky/pre-push index 879e9351..5ded351b 100644 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,4 +1,2 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" npm run test diff --git a/package.json b/package.json index 653c9314..c8f73172 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "devDependencies": { "eslint": "^8.4.1", "eslint-config-prettier": "^8.3.0", - "husky": "^8.0.0", + "husky": "^9.1.1", "jest": "^29.7.0", "jest-sonar-reporter": "^2.0.0", "lint-staged": "^13.0.2",