From 6f16881d8e0bf8327ace19cbbd373667feeb7310 Mon Sep 17 00:00:00 2001 From: Stivenjs Date: Thu, 5 Jun 2025 10:30:20 -0500 Subject: [PATCH] chore(package): remove prepare script for husky from package.json This commit removes the "prepare" script for husky from package.json, simplifying the build configuration and potentially improving the installation process. --- package.json | 1 - 1 file changed, 1 deletion(-) 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"