diff --git a/.github/husky/.gitignore b/.husky/.gitignore similarity index 100% rename from .github/husky/.gitignore rename to .husky/.gitignore diff --git a/.github/husky/commit-msg b/.husky/commit-msg similarity index 100% rename from .github/husky/commit-msg rename to .husky/commit-msg diff --git a/.github/husky/pre-commit b/.husky/pre-commit similarity index 100% rename from .github/husky/pre-commit rename to .husky/pre-commit diff --git a/package.json b/package.json index d1703ef..d87f666 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "publish:npm": "release-it", "prepublish:dev": "npm run build", "publish:dev": "npm publish --access public --tag dev", - "prepare": "husky .github/husky", + "prepare": "husky", "format": "prettier --write \"src/**/*.ts\"", "lint": "eslint --ignore-path .gitignore src/**/*.ts" },