diff --git a/package.json b/package.json index c0d1859..acb9e00 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,6 @@ ], "devDependencies": { "@fastify/auth": "^5.0.0", - "@fastify/pre-commit": "^2.1.0", "@types/node": "^24.0.8", "c8": "^10.1.2", "eslint": "^9.17.0", @@ -74,9 +73,5 @@ }, "publishConfig": { "access": "public" - }, - "pre-commit": [ - "lint", - "test" - ] + } }