diff --git a/package.json b/package.json index 30beb648..115f023c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "build": "next build", "start": "next start", "lint": "next lint", - "prepare": "husky", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage"