diff --git a/.husky/commit-msg b/.husky/commit-msg deleted file mode 100644 index a78cc75..0000000 --- a/.husky/commit-msg +++ /dev/null @@ -1 +0,0 @@ -npx commitlint --edit $1 diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100644 index e69de29..0000000 diff --git a/.husky/prepare-commit-msg b/.husky/prepare-commit-msg deleted file mode 100644 index 17e2764..0000000 --- a/.husky/prepare-commit-msg +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -exec < /dev/tty && npx cz --hook || true diff --git a/package.json b/package.json index 55b7d0a..8758752 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,7 @@ "lint": "turbo lint", "publish:packages": "changeset publish", "test": "turbo test", - "version:packages": "changeset version && pnpm install --lockfile-only", - "prepare": "husky" + "version:packages": "changeset version && pnpm install --lockfile-only" }, "devDependencies": { "@brionmario/eslint-plugin": "^0.3.4", @@ -38,7 +37,6 @@ "cz-conventional-changelog": "^3.3.0", "eslint": "^8.57.0", "eslint-config-turbo": "^2.3.0", - "husky": "^9.0.11", "prettier": "^3.3.3", "turbo": "latest" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6e322aa..b895d9c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -38,9 +38,6 @@ importers: eslint-config-turbo: specifier: ^2.3.0 version: 2.3.0(eslint@8.57.1) - husky: - specifier: ^9.0.11 - version: 9.1.6 prettier: specifier: ^3.3.3 version: 3.3.3 @@ -5054,12 +5051,6 @@ packages: resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} engines: {node: '>=10.17.0'} - /husky@9.1.6: - resolution: {integrity: sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==} - engines: {node: '>=18'} - hasBin: true - dev: true - /iconv-lite@0.4.24: resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} engines: {node: '>=0.10.0'}