From 79bc627d5a19532fcadd7fb19b5980cfc59d47a8 Mon Sep 17 00:00:00 2001 From: Pradeep Date: Thu, 19 Dec 2024 20:07:42 +0530 Subject: [PATCH] post install script updated --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2ed600..2c3978d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "start": "next start", "lint": "next lint", "prepare": "husky install", - "postinstall": "npm install husky && " + "postinstall": "husky install && next lint" }, "dependencies": { "next": "15.0.4",